csv-validator icon indicating copy to clipboard operation
csv-validator copied to clipboard

Option/subcommand to dump expected column and their order

Open afranke opened this issue 6 years ago • 2 comments

It would be nice if the validator was able to just parse the schema, dump a list of expected headers in the correct order and exit. That could then be consumed by other tools that handle the CSV files to make sure their output will comply with that before submitting them for validation.

afranke avatar Apr 16 '19 15:04 afranke

Thanks for the suggestion. I'm not sure when we'll next be working on the validator, but I'll ensure this is included in prioritisation (and we do of course welcome pull requests, this might be a relatively straightforward intro request).

DavidUnderdown avatar Apr 16 '19 15:04 DavidUnderdown

we do of course welcome pull requests, this might be a relatively straightforward intro request

If only it was Rust or Python… :grinning:

afranke avatar Apr 16 '19 15:04 afranke