2 releases
0.1.1 | Apr 8, 2023 |
---|---|
0.1.0 | Apr 8, 2023 |
#7 in #merged
28 downloads per month
3KB
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.
Dependencies
~1.3–1.7MB
~21K SLoC