Created
August 31, 2018 13:31
-
-
Save arcaduf/afd66b8c683270c8c590a9dcc862771a to your computer and use it in GitHub Desktop.
Work with CSVKIT
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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