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

fix csv entries that have values that have commas in it break the csv parsing #16

Open jeffrichards opened 1 year ago

jeffrichards commented 1 year ago

prior to this fix if you're csv has an amount that has a comma in it, the csv parser fails to recognize it as a number since the value doesn't conform to the goland float standard see https://go.dev/ref/spec#Floating-point_literals