1.0.1 • Published 4 years ago

csv-img-extract v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

Csv image extractor

Overview

This is a small tool which help to extract jpeg files from csv datasheets.

Usage

Executable files are located at dist folder. Windows, Linux and Mac environments are supported. Usage is pretty straightforward:

csv-img-extract --input example.csv --output imagesData
# will create ./imagesData folder and extract images with names according to image Id

API

FlagDefaultDescription
--input, -in/aPath to input *.csv file
--output, -o/outOutput folder

Building binaries from source

Install nexe globally with npm:

npm i -g nexe

Run npm script according to your target environment:

npm run build-linux
npm run build-win
npm run build-mac