Recommended Housekeeping before importing Mint?

Hi @RobA1701,
Are you aware of the CVS Importer which helps import from Mint?

One step you might take is it use a formula to temporarily get a list of your Account Names and Numbers and Categories from your Mint account before the merge. When the Mint CSV is in a Google Sheet, you can use a formula like this to see all the exact Account Names, #s, and Categories:

=sort(unique(A2:A))

This will give you an alphabetically sorted list in a column of all the unique entries in Column A. It ignores cell A1 as that’s likely the Column Name. Change the Column letter as needed.

You can then make sure those Accounts & Categories exist in Tiller.

Jon