Skip to content

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

License

Notifications You must be signed in to change notification settings

brianzelip/concats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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