-
Notifications
You must be signed in to change notification settings - Fork 70
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
Provide a working example #106
Comments
Same here. |
Does this test_icsv2ledger.sh help? |
It does if this is the expected CSV Fromat:
icsv2ledger goes belly up because it has no idea what to do with this information, and neither did I. I respect that it's very difficult for a program to be universally compatible with diverging standards for formatting, but it would be nice to know with crystal clarity what icsv2ledger wants. |
OK I think the issue here is that we always have to be explicit with the data. And even then, the formatting might be unexpected. Documented examples should include real data examples and real working command-line attempts. Or perhaps, stress the importance of the config file. All the information you need is in the README but clarity on how to get things set-up is important. |
Nothing fancy, just 3 lines of csv converted to 3 entries of ledger.
I tried for 20 Minutes now and couldn't get anything working, so it would be nice to see how it is intended to work.
The text was updated successfully, but these errors were encountered: