You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a test to ensure CSV files are converted to UTF-8 (#3482)
This adds a test to the `CSVParser` class to ensure that the input data
is parsed in whatever encoding it is provided in and then converted to
UTF-8 for manipulation and storage in the database.
Currently we're seeing an issue in production which will be fixed in
04ecafb but hasn't been deployed yet.
This adds a test to ensure that we don't introduced any regressions in
future releases.
0 commit comments