We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
First thing, very great component!
When i set the property IgnoreUnknownColumns to True, the Read method raise the error in subject.
I created a model that doesn't map every column, but only needed. I used CsvColumnAttribute specifing the NAME and the FIELD INDEX.
What could be a problem is the name of the column? Something with space like "MY IMAGE PATH"?
The text was updated successfully, but these errors were encountered:
try to also use IgnoreTrailingSeparatorChar - if the lines end with a separator, the last column has an "empty" column name which causes this
Sorry, something went wrong.
Facing the same issue - "Value cannot be null. Parameter name: key" while trying to read csv file.
No branches or pull requests
Hi,
First thing, very great component!
When i set the property IgnoreUnknownColumns to True, the Read method raise the error in subject.
I created a model that doesn't map every column, but only needed.
I used CsvColumnAttribute specifing the NAME and the FIELD INDEX.
What could be a problem is the name of the column? Something with space like "MY IMAGE PATH"?
The text was updated successfully, but these errors were encountered: