Skip to content

Instantly share code, notes, and snippets.

@cutecycle
Created February 12, 2016 08:57
Show Gist options
  • Save cutecycle/fb4d48e60332f9e861fe to your computer and use it in GitHub Desktop.
Save cutecycle/fb4d48e60332f9e861fe to your computer and use it in GitHub Desktop.
FILES=`find . -type f -name "*.csv"`
for f in FILES do
trunc=${f##*/}
csv2json -s "|" ${trunc%_temp_csv.csv} ${trunc}.json
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment