Skip to content

Instantly share code, notes, and snippets.

@arcaduf
Created August 31, 2018 13:31
Show Gist options
  • Save arcaduf/afd66b8c683270c8c590a9dcc862771a to your computer and use it in GitHub Desktop.
Save arcaduf/afd66b8c683270c8c590a9dcc862771a to your computer and use it in GitHub Desktop.
Work with CSVKIT
Find unique values within a specified column of a CSV with semicolor delimiter: csvcut -c SCATPC -d ";" /pstore/data/pio/Tasks/PIO-382/original_tables/table_scatpc.csv | sed 1d | sort | uniq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment