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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
In the .csv files I create with
CsvWriter
, I have some fields that look like numbers, but they're actually strings. For example:00123
I see in this Super User thread that you can escape such values to get Excel to properly interpret them when opening the file, like so:
"=""Data Here"""
What is the best way to get
CsvWriter
to escape selected fields like this? A class map with inline type conversion?Thanks,
Jon
Beta Was this translation helpful? Give feedback.
All reactions