Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/richardarpanet/csv-merge
A cli tool for merging CSV files
https://github.com/richardarpanet/csv-merge
cli command-line-tool csv merge rust
Last synced: 7 days ago
JSON representation
A cli tool for merging CSV files
- Host: GitHub
- URL: https://github.com/richardarpanet/csv-merge
- Owner: richardARPANET
- License: other
- Created: 2019-03-26T21:46:17.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-29T21:03:51.000Z (almost 6 years ago)
- Last Synced: 2024-12-12T17:40:01.608Z (about 1 month ago)
- Topics: cli, command-line-tool, csv, merge, rust
- Language: Rust
- Size: 7.81 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# csv-merge
[![Package][package-img]][package-url]
A cli tool for merging CSV files.
[Documentation](https://crates.io/crates/csv-merge)
## Example usage
Using cargo:
```bash
cargo run input.csv input2.csv > output_merged.csv
```Using binary:
```bash
csv-merge input.csv input2.csv > output_merged.csv
```[package-img]: https://img.shields.io/crates/v/csv-merge.svg
[package-url]: https://crates.io/crates/csv-merge