Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jluispcardenas/cvsjoin
Herramienta genérica para unir varios CSV uniendo sus cabeceras y poniendo un valor default a los que no cuenten con algún campo.
https://github.com/jluispcardenas/cvsjoin
golang gotools unir
Last synced: 9 days ago
JSON representation
Herramienta genérica para unir varios CSV uniendo sus cabeceras y poniendo un valor default a los que no cuenten con algún campo.
- Host: GitHub
- URL: https://github.com/jluispcardenas/cvsjoin
- Owner: jluispcardenas
- License: bsd-3-clause
- Created: 2017-12-13T21:43:22.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-25T22:47:07.000Z (over 4 years ago)
- Last Synced: 2023-08-01T12:15:38.431Z (over 1 year ago)
- Topics: golang, gotools, unir
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cvsjoin
Generic tool to join several **CSV**s by joining their headers and setting a default value to those that do not have a field.
## Use
```bash
cvsjoin [final file] [files...]
```## Remarks
Alternative to the tool: http://csvkit.readthedocs.io/en/0.9.1/scripts/csvjoin.html
## Licence
This project is licensed under the MIT License