Split CSV Files

Martin Brinkmann
Nov 30, 2008
Updated • Sep 10, 2018
Software, Windows software
|
0

CSV (Comma Separated Values) files are used to store tabular data in a straightforward format that is readable by any plain text editor. Each row of the table corresponds to a line in the CSV file and each entry is separated by a comma. There are other separation options but comma is very common.

CSV files contain only the data but not program-specific information such as display customizations or formulas.

The layout of CSV files makes them ideal for certain tasks, for instance for exporting data from a table to a format that is readable universally but also for importing CSV files into spreadsheet applications such as Microsoft Excel.

Programs like Excel or LibreOffice Calc support the exporting and importing of CSV files.

Problems can arise if the generated csv file becomes very large as some applications or computer systems might run into limits when these files are loaded or imported. Notepad on Windows, the default text editor, can't load a 1 Megabyte CSV file for instance which means that users need to find a suitable program for that or use a program to split files.

CSV Splitter

That's where CSV Splitter would come into play. The portable application can split large csv files into multiple files to make them smaller.

Note that individual files will lose part of the data in the process. If you split a 100k lines CSV file into two files, each contains 50k lines only after the process. While that improves compatibility with certain programs or systems, it does mean that you need to work with multiple files if you need to work with the entire data set.

The program supports just two options. You can set the number of lines and the maximum files that you want CSV Splitter to create.

The new csv files will be created in a subdirectory in the same location. Each file name includes the original name of the source CSV file for easy identification. The application requires the Microsoft .net Framework 1.1.

Update: CSV Splitter is no longer available on the developer website. We have uploaded the latest release version of the application to our own download server. Note that we have done so only for archiving purposes and don't support the program in any way. You can download CSV Splitter with a click on the following link: (Download Removed)

Summary
software image
Author Rating
1star1star1star1stargray
5 based on 1 votes
Software Name
CSV Splitter
Operating System
Windows
Software Category
Office
Advertisement

Tutorials & Tips


Previous Post: «
Next Post: «

Comments

There are no comments on this post yet, be the first one to share your thoughts!

Leave a Reply

Check the box to consent to your data being stored in line with the guidelines set out in our privacy policy

We love comments and welcome thoughtful and civilized discussion. Rudeness and personal attacks will not be tolerated. Please stay on-topic.
Please note that your comment may not appear immediately after you post it.