CSV - Adjusting the Encoding
By default, data exported to CSV format is output using UTF-8 encoding.
If you want to use ISO-8859-1 encoding instead, you can do so by creating theconstant rdDefaultCsvEncoding = ISO-8859-1 in your _Settings definition, as shown above.