How well does this forum post describe CSVHelper? #1846
Replies: 2 comments 4 replies
-
I have not worked with MS. Where did you hear this?
It gives you the ability to determine if the field should be escaped. Returning
Yes, the documentation is lacking. ;) |
Beta Was this translation helpful? Give feedback.
-
Sorry I'm wondering how to implement that in my code. I appreciate your patience. Instead of have 2 separate method(s), ReadCSV and WriteCSV, would it be better to iterate through 1 at a time in one method and read/write within the same loop? It seems like the answer is yes. Thank you again |
Beta Was this translation helpful? Give feedback.
-
This link leads to a forum posting on SQL Server Central where I attempted to describe how we use CSVHelper to fix uploaded files before they get read into the database. My background is mostly SQL and only recently C# as well. Are there parts which are not accurate and/or could be improved? Thanks for everything
Beta Was this translation helpful? Give feedback.
All reactions