aniav / ynab-csv

Tool for making your CSV files ready to import into YNAB
https://aniav.github.io/ynab-csv/
MIT License
156 stars 84 forks source link

YNAB CSV Converter limited to the 1st 10 rows #77

Open mikeryan97 opened 1 week ago

mikeryan97 commented 1 week ago

Hi there, can you please advise how I get the YNAB CSV converter to detail more than 10 rows?

aniav commented 1 week ago

Hey @mikeryan97 there is no way to detail more than 10 rows. The rows are in the UI only to visualize the kind of data that's in the CSV file. So that you know which columns from the original CSV reflect which fields for the exported file. The exported file will contain all rows from the original CSV. Not just the first 10. And then YNAB itself is able to filter out the duplicates.

What is the reason you need more than 10 rows?