-
Hello, The title covers it all really. When reading I can use the Parser to get RawRecord or Record etc. without mapping to a class object. Is there something analogous for CsvWriter? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
JoshClose
Jul 19, 2021
Replies: 1 comment 1 reply
-
You can use |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
JoshClose
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use
WriteField
to write individual fields. You need to callNextRecord
to complete the row when writing manually.