Last active
January 6, 2023 23:37
-
-
Save 2803media/116e06a57239922d71f004209e276262 to your computer and use it in GitHub Desktop.
sirene
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
csvclean -z 2500000 StockEtablissement_utf8.csv -e 'UTF-8' -d ';' | |
ou | |
csvclean -z 2500000 StockEtablissement_utf8.csv -e 'UTF-8' | |
#liste des colonnes | |
csvcut -n StockEtablissement_utf8_out.csv | |
head -10 StockEtablissement_utf8_out.csv | csvlook |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment