Let me say I am doing this for church… so I did not create the mess.
They have 15+ years of data in quicken and the bank needs us to move to QuickBooks online. (About 6 accounts, and they love to do split transactions.)
I see that quickbooks online (QBO for the cool kids I guess) will import a CSV file great. But Quicken doesn't have an export to CSV. So I tried export QIF … well that export just hung the program. And yes I know a QIF is not a CSV.
So, I printed a transaction list to a tab delimited file … a bit ugly but the data is there. I could read the file and create a nice CSV / XML / JSON record for each transaction. (also QXF .. yes github is my friend)
Then I read QBO only reads a 3 or 4 col CSV file, well that is not going to cut it… we would lose to much information. Oh I also seem to remember a 1000 line file size limit on the csv file so we are back to import_1.csv, import_2.csv ….
What is the best way to import all of this data?