Hi - I am going into an ERP integration and attempting to split out the journal entries into the max row upload for the new system. The max row limit is 25,000 including the headers. I know how to break the files into 24,999 rows + headers, but I also need to make sure the last journal entry (JE) doesn't carry to the next file and appear in two files. Is there a way to make the output file stop at the next to last JE before hitting the row limit? This will mean each file will ultimately be less than the row limit to not have JE"s crossover files. Thanks!