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
I've converted from write.csv to write_csv for a few projects and am finding that write_csv handles special characters differently and results in very odd looking results when opened in Excel. I'm guessing it's related to writing to UTF-8? Here is an example where the dash is an en dash:
The file from write.csv looks perfect in Excel and when looking at the raw data. The example from readr looks like this in raw:
and this in Excel:
In my own use case I'm taking advantage of the format_csv function so it's not an easy conversion to go back to write.csv -- I'd love to continue using readr.
The text was updated successfully, but these errors were encountered:
I've converted from write.csv to write_csv for a few projects and am finding that write_csv handles special characters differently and results in very odd looking results when opened in Excel. I'm guessing it's related to writing to UTF-8? Here is an example where the dash is an en dash:
The file from write.csv looks perfect in Excel and when looking at the raw data. The example from readr looks like this in raw:
and this in Excel:
In my own use case I'm taking advantage of the format_csv function so it's not an easy conversion to go back to
write.csv
-- I'd love to continue usingreadr
.The text was updated successfully, but these errors were encountered: