Implement a command line tool that can convert CSV to Excel or any IO class to csv, etc. Would want it to be pipeable. Something like this: - [ ] `wq convert input.csv output.xls` - [ ] `wq convert mylib.MyCustomIO wq.io.CsvFileIO` - [x] `wq cat mylib.MyCustomIO my-io-kwarg=123 > out.csv`
Implement a command line tool that can convert CSV to Excel or any IO class to csv, etc. Would want it to be pipeable. Something like this:
wq convert input.csv output.xlswq convert mylib.MyCustomIO wq.io.CsvFileIOwq cat mylib.MyCustomIO my-io-kwarg=123 > out.csv