Replies: 1 comment 1 reply
-
You can call FieldCount and GetName immediately after calling Create to determine the column headers. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is the header row available? I'm working on a project where the csv headers are not known ahead of time, and some headers can be excluded at runtime. Is the header row captured anywhere? I tried using the first row with the Read() method, but that gave me the first row of data.
Beta Was this translation helpful? Give feedback.
All reactions