Skip to content

Instantly share code, notes, and snippets.

@calmamani
Created July 25, 2018 09:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save calmamani/e71e3e400a36a63ca7ddc3dd35a1c5ae to your computer and use it in GitHub Desktop.
Save calmamani/e71e3e400a36a63ca7ddc3dd35a1c5ae to your computer and use it in GitHub Desktop.
Clean and create template for java code
# Clean and create template for code
csvcut -n master_merged_clean-csv.csv | cut -c 6- | tr '[:upper:]' '[:lower:]' | tr ' ' '_' | tr '/' '_' | sed -e 's/^/String /' | sed -e 's/$/ = csvRecord.get(0);/'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment