What encoding is supported for CSV files by the plugin?
Answer.
For non-service CSV files, SFDMU uses the csvFileEncoding setting from export.json.
- Default encoding is utf8.
- Supported values are:
ascii,base64,base64url,binary,hex,latin1,ucs2,ucs-2,utf16le,utf-16le,utf8,utf-8.
For internal service CSV files (source, target, reports folders), the plugin uses
its internal fixed format.