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

Add support for header index #161

Open
Jorundur opened this issue Oct 13, 2023 · 1 comment
Open

Add support for header index #161

Jorundur opened this issue Oct 13, 2023 · 1 comment

Comments

@Jorundur
Copy link

Like in this library: https://github.com/iuccio/csvToJson#index-header

Use case: I have a an Excel file where the 2nd row is actually the headers and the 1st row has some random data (I can't control that - I get the file from an external system). And then from row 3 onwards we have the actual data.

It would be good to be able to say "The header is row [index], and data starts below that"

@matkoniecz
Copy link

Can you process data before handing it over to parsing?

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

2 participants