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

Ability to skip firstline or first xlines on read #34

Open
martinholden opened this issue Oct 30, 2014 · 0 comments
Open

Ability to skip firstline or first xlines on read #34

martinholden opened this issue Oct 30, 2014 · 0 comments

Comments

@martinholden
Copy link

I have a use case where I am getting report data from different customer systems. The data in the columns is identical but customers can change the "display" label for the value, thus affecting the column header name.

I would like ability to add a bool property in the CSVFileDescription SkipFirstLine, or maybe a SkipXLines that takes an int

Then in the readdata in CSVContext we would honour this setting.

We would need error trap that you cant set SkipFirstLine if you also have FirstLineHasColumnNames

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