Skip to content
New issue

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

Difficult to find invalid data when using SqlBulkCopy #57

Open
DiaAWAY opened this issue May 31, 2018 · 0 comments
Open

Difficult to find invalid data when using SqlBulkCopy #57

DiaAWAY opened this issue May 31, 2018 · 0 comments

Comments

@DiaAWAY
Copy link

DiaAWAY commented May 31, 2018

A CSV file with content that is invalid (example: field is too long compared to the column its being inserted into) is difficult to error check as it does not give any information on row, position or column names.

Would be nice to be able to add a restriction to the Column, such as MaxLength, or that the error message gives a better hint regarding the location of the invalid data

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants