Skip to main content

Split & Merge utilities for large csv files.

Project description

Split-Merge Package

Splitting a large CSV file into multiple small csv files for better processing using Split features at your local disk & Merge will merge back to small files into one large file. This is a first sample version.

Limitations

As of now, this will create splitted file with the extension known as "splitted". Make sure that your original file should not contain the same naming pattern.

Your source file name for example - addr_det_20190101.csv Your split file name will will be given below: 1__addr_det_20180112__splitted_.csv 2__addr_det_20180112__splitted_.csv N__addr_det_20180112__splitted_.csv Where N would be any number based on the size of the file. Bye default, each chunk will contain at least 30000 or less number of records.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

SplitMerge-0.0.1.tar.gz (1.4 kB view hashes)

Uploaded Source

Built Distribution

SplitMerge-0.0.1-py3-none-any.whl (2.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page