You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the CSV amount has a dollar sign in it, it can't be parsed by into-ledger.
Example CSV: 01/02/2016,$999.99,"description"
Result:
into-ledger -a test -j ledger.dat -d '01/02/2006' -csv dollar-sign.csv
ERROR : Unable to parse transaction from the selected columns in CSV.
Selected CSV : 01/02/2016, $999.99, description
Parsed Date : 2016-01-02 00:00:00 +0000 UTC
Parsed Desc : description
Parsed Currency : 0
2017/04/08 19:25:44 Please ensure that the above CSV contains ALL the 3 required fields.
The text was updated successfully, but these errors were encountered:
If the CSV amount has a dollar sign in it, it can't be parsed by into-ledger.
Example CSV:
01/02/2016,$999.99,"description"
Result:
The text was updated successfully, but these errors were encountered: