项目作者: brianzelip

项目描述 :
🔨 Desktop app to output a single-column csv file of rows of concatenated fields from an input csv or tsv file.
高级语言: Vue
项目地址: git://github.com/brianzelip/concats.git
创建时间: 2018-12-10T14:37:24Z
项目社区:https://github.com/brianzelip/concats

开源协议:MIT License

下载


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):

  1. git clone git@github.com/brianzelip/concats.git
  2. cd concats
  3. npm install
  4. 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:

  1. git clone git@github.com/brianzelip/concats.git
  2. cd concats
  3. npm install
  4. npm run electron:build