You can use tools like SplitForge CSV Splitter, NIXX CSV Splitter, or DataFileSplitter to break large CSV files into smaller parts.
Most tools split files into equal sizes, but some allow custom row counts.
For different limits like 55k rows in one file and 67k in another, a simple Python script is usually the best option.
It’s fast, flexible, and works well for multiple CSV files.