Duplicate Transaction IDs

I export Tiller Foundation Template to a csv file and pop it into a database. I figured that transaction id would be unique. Wrong: 6 duplicated transactions.

I have never entered transactions manually. Why did this happen, is there a way to fix this without manually deleting the duplicates. At least it was easy in the database to find them…

Hi @wtribley please review the troubleshooting guide here, it details a few common sources of duplicates.

With respect to your CSV file I suggest that you filter it by transaction ID and manually remove the duplicates

Thanks, Twalane. The duplicates are in the Tiller spreadsheet; the csv is simply an export to transfer the data to SQLite. I’ll manually remove them there.

Got ya. Hope you’ve made good progress there.