emavgl / oinkoin

Oinkoin is a flutter app for helping you managing your expenses. No internet required.
GNU General Public License v3.0
98 stars 6 forks source link

Unescaped commas in values #113

Closed skiwichu closed 2 months ago

skiwichu commented 2 months ago

The export button generates an invalid records.csv.

If you put a comma "," into the field Note, then it generates an invalid csv. It would be nice to escape it with double quotes "at best. And please, don't forget double quotes are valid characters as well. Problably, escaping double quotes using doubling it "" seems to be the most usual.

Thanks.

emavgl commented 2 months ago

Thanks for reporting. Will have a look!

emavgl commented 2 months ago

It should be fixed with https://github.com/emavgl/oinkoin/releases/tag/1.0.57 - please reopen the ticket or leave a comment if there is still anything not working. Thanks again for reporting.