csv-merger

Crates.iocsv-merger
lib.rscsv-merger
version0.1.1
sourcesrc
created_at2023-04-08 06:31:03.08642
updated_at2023-04-08 06:38:42.826321
descriptionA command line tool for merging multiple CSV files into one
homepage
repository
max_upload_size
id833460
size5,093
Kirk Paradis (parK-dev)

documentation

README

csv-merger

csv-merger is a command line tool written in Rust for merging multiple CSV files into one. It uses the csv crate for reading and writing CSV files.

Usage

csv-merger file1.csv file2.csv file3.csv > merged.csv

This command will merge file1.csv, file2.csv, and file3.csv into a single CSV file named merged.csv.

Installation

You can install csv-merger using Cargo:

cargo install csv-merger

License

This software is licensed under the MIT license. See the LICENSE file for details.


Commit count: 0

cargo fmt