Creates DATEV-File for Amazon
node amazon.js /path/to/amazon_transaction_file/14487840203017910.txt
Creates DATEV-File for PayPal
node paypal.js /path/to/paypal/MSR-201711.CSV
for i in {01..12}; do node index.js "/path/to/amazon_transaction_file/2018_${i}_amazon_transactions.txt"; done