Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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