Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/johto/csvrotate
- Owner: johto
- Created: 2014-06-16T12:09:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-16T21:04:49.000Z (over 10 years ago)
- Last Synced: 2023-03-28T23:38:06.032Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 114 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 --