Skip to content

Instantly share code, notes, and snippets.

@erotte
Created July 8, 2018 22:51
Show Gist options
  • Save erotte/968155b48aaa715596176d11fb715102 to your computer and use it in GitHub Desktop.
Save erotte/968155b48aaa715596176d11fb715102 to your computer and use it in GitHub Desktop.
MoneyMoney CSV-Export fur Import in Umsatz (ältere Versionen) aufbereiten
function mm2umsatz() {
awk -F "\"*;\"*" 'NR>1 {print $1";;" $4";;;;;19%;"$8}' $1 > $1:r_umsatz.csv
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment