premnirmal / StockTicker

A resizable widget that shows your financial portfolio on your android home screen
GNU General Public License v3.0
441 stars 116 forks source link

import CSV format?? #293

Open BigBurner opened 1 year ago

BigBurner commented 1 year ago

Cannot find the column format of csv file I'm unable to find what should be the column order for importing transactions and stock quotes from a CSV file. There is an option to export JSON file Which helps in inferring the file format.

Describe the solution you'd like Give an option to export CSV to get the import format. Or mention the required format if there is an error during import or have clear link in "how to"

dominicbarnes commented 11 months ago

I'd like to know how to import my stock portfolio as well. Looking at the source code, I only see handling for JSON, not CSV as the UI would seem to suggest. I'm not an Android or Java developer, so I could easily have missed it.