Importing a (big?) CSV into collection

I have a csv file with 60K records.
I try to populate a collection with the data that comes from this csv.
I get the error message:

This file has too many rows. The limit is 50000 rows.

Any ideas how to solve it?

thanks