M McJeff BANNED Joined Nov 22, 2020 Messages 122 Reaction score 60 Feb 16, 2021 #1 I have a CSV file containing 100,000 rows. How can I split this huge file into 10 seperate CSV files of 10,000 rows?
I have a CSV file containing 100,000 rows. How can I split this huge file into 10 seperate CSV files of 10,000 rows?
Panther28 Elite Member Executive VIP Jr. VIP Joined May 2, 2010 Messages 9,937 Reaction score 16,034 Feb 16, 2021 #2 there is a small program called csv splitter its freeware, been around for years, you tell it how many rows you want to split, and voila.
there is a small program called csv splitter its freeware, been around for years, you tell it how many rows you want to split, and voila.
M McJeff BANNED Joined Nov 22, 2020 Messages 122 Reaction score 60 Feb 16, 2021 Thread Starter Thread Starter #3 Panther28 said: there is a small program called csv splitter its freeware, been around for years, you tell it how many rows you want to split, and voila. Click to expand... Thanks man your a lifesaver, been looking for a solution to this and this is exactly what I need.
Panther28 said: there is a small program called csv splitter its freeware, been around for years, you tell it how many rows you want to split, and voila. Click to expand... Thanks man your a lifesaver, been looking for a solution to this and this is exactly what I need.