,date,,code,payee,amount,,
1,15/5/2020,15/5/2020,"31412035","paid - thank you ",39.16,D,
2,26/4/2020,28/4/2020,"23521954","COFFE ISLAND",2.30,C,
ledger convert -f Cards_test1.csv --input-date-format "%d/%m/%Y"
line 1:Error: Directive ',date,,code,payee,amount,,' requires an argumentline 2:Error: Invalid date: 1,15/5/2020,15/5/2020,"31412035","pay
ledger convert Cards_test1.csv
Error: No journal file was specified (please use -f)
,date,,code,payee,amount,
1,15/5/2020,15/5/2020,"31412035","paid - thank you ",EUR 39.4,
2,26/4/2020,28/4/2020,"23521954","COFFEE", EUR -2.1,
ledger -f myfile.ldg convert Cards_test1.csv --input-date-format "%d/%m/%Y"