cljoly / into-ledger

🔮 AI-powered expenses classifier for ledger. The original project seems not to be maintained anymore, hence this fork to continue improving it.
https://joly.pw/into-ledger
MIT License
7 stars 2 forks source link

Proposed different CSV column selection logic #11

Open JensRantil opened 2 years ago

JensRantil commented 2 years ago

I have an interest in being able to parse additional transaction metadata from the CSV file, namely:

Currently the CSV parsing logic has few issues:

Proposal: I propose that

What do you think about this? I'd be willing to submit a PR for this.

JensRantil commented 2 years ago

Let me know if you'd like me to split this issue into two; One that deals with the new CSV field logic, and the second one about adding support for the additional transaction fields I want.