emavgl / oinkoin

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

Feature Request: Import from CSV #107

Closed KLD997 closed 5 months ago

KLD997 commented 6 months ago

Would like the ability to import my bank CSV's so I am not adding each transaction manually, still fine to manually categorize the transactions but just a way to import them as a bulk from a .csv file

Looks like this is related to #13

emavgl commented 6 months ago

Hi @KLD997, thanks for opening an issue for that.

As mentioned in the other issue, importing a CSV is challenging because I would need to know the structure in advance, or prompting the user to define the schema within the app itself.

Could it be an option for you converting the CSV data to the JSON format specified in #13 ?