Replies: 1 comment
-
Does your class Map(m => m.RowNumber).Convert(args => args.Row.Parser.Row); If not, you can get it from the reader. var rowNumber = reader.Parser.Row; |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a function to read CSV files with different class types
I would like to read the csv row number for each record. Is this possible? I am not sure i can use classmap as the type can be different each time
Beta Was this translation helpful? Give feedback.
All reactions