-
Notifications
You must be signed in to change notification settings - Fork 211
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
[Facing issue with skipRows] #317
Comments
Thank you for the great example to reproduce! This fix will be in v4.0.3 |
published! |
thanx
…On Fri, Feb 14, 2020 at 8:35 AM Doug Martin ***@***.***> wrote:
published!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#317?email_source=notifications&email_token=AI5CVRT5LPSZ7OX3MQ4NQILRCYC7HA5CNFSM4KF43HSKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOELXM5ZQ#issuecomment-586075878>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AI5CVRVYJSNVNDPSOT7J6JTRCYC7HANCNFSM4KF43HSA>
.
|
sorry to say but i am getting the same out put as given previously. i am just using your skip_rows.example.js (fast-csv/examples/parsing-js/examples) file with some modification but not getting the desired out |
sorry to say but i am getting the same out put as given previously. i am
just using your skip_rows.example.js (fast-csv/examples/parsing-js/examples)
file with some modification but not getting the desired out
i am accepting the output like this
Invalid [rowNumber=1] [row=["col3"]]
valid {"header1":"col4","header2":"col4"}
valid {"header1":"col5","header2":"col5"}
valid {"header1":"col6","header2":"col6"
[image: image.png]
On Fri, Feb 14, 2020 at 10:30 AM Neeraj Shrivastava <[email protected]>
wrote:
… thanx
On Fri, Feb 14, 2020 at 8:35 AM Doug Martin ***@***.***>
wrote:
> published!
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#317?email_source=notifications&email_token=AI5CVRT5LPSZ7OX3MQ4NQILRCYC7HA5CNFSM4KF43HSKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOELXM5ZQ#issuecomment-586075878>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AI5CVRVYJSNVNDPSOT7J6JTRCYC7HANCNFSM4KF43HSA>
> .
>
|
Describe the bug
Issue in skipRows with header=true strictColumnHandling: true,maxRows:some_number
Parsing or Formatting?
To Reproduce
Steps to reproduce the behavior:
Expected behavior
i am accepting the output like this
Invalid [rowNumber=1] [row=["col3"]]
valid {"header1":"col4","header2":"col4"}
valid {"header1":"col5","header2":"col5"}
valid {"header1":"col6","header2":"col6"}
Parsed 4 rows
but actual output given is
Invalid [rowNumber=1] [row=["col1"]]
Invalid [rowNumber=2] [row=["col3"]]
valid {"header1":"col4","header2":"col4"}
valid {"header1":"col5","header2":"col5"}
Parsed 4 rows
Desktop (please complete the following information):
Additional context
i am executing your code of skip_rows.examples.js with some modifications strictColumnHandling: true and maxRows:some_number. i am doing wrong or it's there an issue
The text was updated successfully, but these errors were encountered: