into-ledger icon indicating copy to clipboard operation
into-ledger copied to clipboard

Unable to parse amount with $

Open yhager opened this issue 7 years ago • 0 comments

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.

yhager avatar Apr 09 '17 02:04 yhager