https://github.com/houzuoguo/csvjoin
Join columns from two CSV files without having to use bloated Python modules.
https://github.com/houzuoguo/csvjoin
csv go golang text
Last synced: about 1 year ago
JSON representation
Join columns from two CSV files without having to use bloated Python modules.
- Host: GitHub
- URL: https://github.com/houzuoguo/csvjoin
- Owner: HouzuoGuo
- License: bsd-2-clause
- Created: 2016-12-31T00:46:12.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-31T03:21:04.000Z (about 9 years ago)
- Last Synced: 2025-01-30T03:12:59.467Z (about 1 year ago)
- Topics: csv, go, golang, text
- Language: Go
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# csvjoin
Join columns from two CSV files without having to use bloated Python modules.
## Compile and Run
Compile with Go:
go build
And run:
./csvjoin -left ~/left.csv -right ~/right.csv -leftcol 1 -rightcol 2 -trimandignorecase
## Copying
This program uses 2-claus BSD license, text of which can be found in `LICENSE` file.