<How to truncate csv file to n of rows not reading...
# stackoverflow
u
How to truncate csv file to n of rows not reading the whole file I have big csv(12 gb), so I can't read it in memory, and I need only 100 rows of them and save it back(truncate). Has java such api?