Closed cjrace closed 7 months ago
Quick change to example code for writing CSVs in UTF-8 encoding.
I tried to use the guidance and noticed the argument is different now.
We previously advised using encoding = XX, but apparently this is now fileEncoding = XX
encoding = XX
fileEncoding = XX
None
Overview of changes
Quick change to example code for writing CSVs in UTF-8 encoding.
Why are these changes being made?
I tried to use the guidance and noticed the argument is different now.
Detailed description of changes
We previously advised using
encoding = XX
, but apparently this is nowfileEncoding = XX
Issue ticket number/s and link
None
Checklist before requesting a review