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

Compressed (gzip) files are not handled. #1

Closed
skinkie opened this issue Jan 28, 2022 · 1 comment
Closed

Compressed (gzip) files are not handled. #1

skinkie opened this issue Jan 28, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@skinkie
Copy link
Collaborator

skinkie commented Jan 28, 2022

The tool does not report, problems with processing compressed files

go run cmd/*.go validate -i /var/tmp/tec-netex.xml.gz

Decompressing manually does report output.

skinkie@thinkpad ~/Sources/DATA4PTTools $ go run cmd/*.go validate -i /tmp/test/tec-netex.xml 
┌ tec-nete ─╼
│ frame-defaults ...          ok
│ journey-pattern-timings ... failed with 2728 errors and 0 warnings
│ passing-times ...           ok
│ stop-point-names ...        ok
│ xsd ...                     failed with 1 errors and 0 warnings
└───╼

Expected: since libxml2 handles compression without an issue, this must work.

@ollelar ollelar added the enhancement New feature or request label Feb 2, 2022
@lekotros lekotros self-assigned this Feb 25, 2022
@lekotros
Copy link
Collaborator

lekotros commented May 4, 2022

This issue is fixed in #15

@lekotros lekotros closed this as completed May 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants