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

Parser needs to have file layout validation api #30

Open
avikadam opened this issue May 3, 2017 · 1 comment
Open

Parser needs to have file layout validation api #30

avikadam opened this issue May 3, 2017 · 1 comment

Comments

@avikadam
Copy link

avikadam commented May 3, 2017

There are scenarios for me where i need to make file should meeting specified layout.

e.g. I have fixed width file with records structured in Header-Detail-Trailer format. So parser should give me error if source file doesn't follow this format.

Is there any plan to add such layout validations? I have written one custom file layout validator on top of parser code.

Thanks in advance!

-Avinash

@benoitx
Copy link
Contributor

benoitx commented May 3, 2017 via email

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