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

Leading Zero issue for integer #210

Open
Sultanwasifiqbal opened this issue Dec 21, 2021 · 0 comments
Open

Leading Zero issue for integer #210

Sultanwasifiqbal opened this issue Dec 21, 2021 · 0 comments

Comments

@Sultanwasifiqbal
Copy link

  • Operating System: Windows 10
  • Node Version: 12.18.4
  • NPM Version: 6.14.6
  • csv-parser Version: Nest Csv Parser : 2.0.4

Expected Behavior

in csv file the column having values : 50, 60,70,OP, PSE

Actual Behavior

class Entity { }
delim = ","
after caliing this await this.csvParser.parse(stream, Entity, null, null, { separator: delim });
iam getting values : 050, 060,070,OP, PSE

How Do We Reproduce?

You can check below file, you will get to know.
Weehawken_RightAngle_ActiveList.csv

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

1 participant