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

Parsing Error #76

Open
nishantspanwar opened this issue Jun 30, 2020 · 3 comments
Open

Parsing Error #76

nishantspanwar opened this issue Jun 30, 2020 · 3 comments

Comments

@nishantspanwar
Copy link

Unable to parse the CSV when there are blank values in the data row and it throws header mismatch error

@cropredy-twa
Copy link

My observation is that if a column has no value in CSV, then cell values mismatch to header and MDAPI call may fail due to a type mismatch

@TonyWhiteSMS
Copy link

I managed to patch this by moving where the isBlank check was being done, so it will not add a blank value to the map when building the fieldsAndValues map in MetadataUtil class

@alex-wilson-gwf
Copy link

Duplicate of #9

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

No branches or pull requests

4 participants