Created
July 8, 2018 22:51
-
-
Save erotte/968155b48aaa715596176d11fb715102 to your computer and use it in GitHub Desktop.
MoneyMoney CSV-Export fur Import in Umsatz (ältere Versionen) aufbereiten
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
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