Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to parse amount with $ #11

Open
yhager opened this issue Apr 9, 2017 · 0 comments
Open

Unable to parse amount with $ #11

yhager opened this issue Apr 9, 2017 · 0 comments

Comments

@yhager
Copy link

yhager commented Apr 9, 2017

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant