-
Notifications
You must be signed in to change notification settings - Fork 214
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
headers event is not fired #329
Comments
Try setting
|
Hi ,
After setting headers to true it still does not get called.
…On Mon, Feb 17, 2020 at 10:43 AM Doug Martin ***@***.***> wrote:
Try setting headers option set to true
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#329?email_source=notifications&email_token=AASNDHFBFTGKVBYLBOBTIN3RDKWC3A5CNFSM4KWUBMMKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEL63JSQ#issuecomment-587052234>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AASNDHGOGNMVG5MWROZHU4DRDKWC3ANCNFSM4KWUBMMA>
.
|
Can you please post a sample CSV, so I can try to recreate? |
Thanks for the quick reply! Heres my sample csv |
So I found the issue...it was when publishing to npm I didnt have a I tested with |
works great, THANKS! |
Describe the bug
The headers event is not fired
Parsing or Formatting?
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect the headers to be logged, but the .on("headers" function is never called
Screenshots
Desktop (please complete the following information):
Additional context
i am using package "@fast-csv/parse": "4.1.0",
The text was updated successfully, but these errors were encountered: