Hi all

I am trying to use ledger convert on a credit card statement.
I edited it a bit in order to be more compatible with ledger convert 
command:

My bank uses (;)to seperate fields so i replaced them all with (,)
I ended with these sample lines but it shows errors in date and in the 
first line

(Fields are:
transaction number,transaction date,processed date,reference code,payee 
Amount  (EUR),Credit or Debit)
,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,


command:
ledger convert -f Cards_test1.csv --input-date-format "%d/%m/%Y"

errors:
line 1:Error: Directive ',date,,code,payee,amount,,' requires an argument

line 2:Error: Invalid date: 1,15/5/2020,15/5/2020,"31412035","pay

what i am doing wrong?

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"Ledger" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ledger-cli/cff70fc2-908e-4c57-83ab-018b23554914%40googlegroups.com.

Reply via email to