Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/johto/csvrotate

Rotate a CSV file 90 degrees. Sort of.
https://github.com/johto/csvrotate

Last synced: about 9 hours ago
JSON representation

Rotate a CSV file 90 degrees. Sort of.

Awesome Lists containing this project

README

        

csvrotate
=========

Example output:

-- RECORD 1 --
Year | 1997
Make | Ford
Model | E350
Description | ac, abs, moon
Price | 3000.00
-- END OF RECORD 1 --

-- RECORD 2 --
Year | 1999
Make | Chevy
Model | Venture "Extended Edition"
Description |
Price | 4900.00
-- END OF RECORD 2 --

-- RECORD 3 --
Year | 1999
Make | Chevy
Model | Venture "Extended Edition, Very Large"
Description |
Price | 5000.00
-- END OF RECORD 3 --

-- RECORD 4 --
Year | 1996
Make | Jeep
Model | Grand Cherokee
Description | MUST SELL!
| air, moon roof, loaded
Price | 4799.00
-- END OF RECORD 4 --