Skip to content

Instantly share code, notes, and snippets.

@amenk
Created June 14, 2013 21:21
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 amenk/5785387 to your computer and use it in GitHub Desktop.
Save amenk/5785387 to your computer and use it in GitHub Desktop.
Amazon LBB CSV cleaner
#!/bin/bash
# Call from a folder with downloaded CSV files from Amazon.de credit card banking
# clears "fake bookings" to not cause problems during import to Hibiscus
sed '/AMAZON.DE PUNKTE/d' * -i
sed '/AMAZON.DE GUTSCHEIN/d' * -i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment