/concats

🔨 Desktop app to output a single-column csv file of rows of concatenated fields from an input csv or tsv file.

Primary LanguageVueMIT LicenseMIT

concats

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.

demo

Download

v1.13.3

Made with

Development

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

Build binaries

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