Cross platform desktop app for outputting a single-column csv file of rows of concatenated fields from an input delimiter-separated values file.
Accepts .csv, .tsv, and extension-less files (data.csv, data.tsv, data) as input.
v1.13.3
To run concats locally (requires Node.js v8.9 or above):
git clone git@github.com/brianzelip/concats.git
cd concats
npm install
npm run electron:serve
To build the executable binary for $PLATFORM
, you must have Node.js v8.9 or above on $PLATFORM
, and run:
git clone git@github.com/brianzelip/concats.git
cd concats
npm install
npm run electron:build