tldr/pages.it/common/csvpy.md

14 lines
318 B
Markdown
Raw Normal View History

2019-05-29 02:36:51 +01:00
# csvpy
> Carica un file CSV in una shell Python.
> Incluso in csvkit.
2019-06-09 18:54:08 +01:00
> Maggiori informazioni: <https://csvkit.readthedocs.io/en/latest/scripts/csvpy.html>.
2019-05-29 02:36:51 +01:00
- Carica un file CSV in un oggetto `CSVKitReader`:
`csvpy {{data.csv}}`
- Carica un file CSV in un oggetto `CSVKitDictReader`:
`csvpy --dict {{data.csv}}`