An open API service indexing awesome lists of open source software.

https://github.com/tutv/shopify-csv-splitter


https://github.com/tutv/shopify-csv-splitter

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Divide csv files to smaller csv files.

## Installation
```
//Install packages
npm i

//or
yarn
```

## Preparation

Create a directory with name: `temp` and push all csv files into that directory.

## Run
```
node index.js
```

## Output

Output files will be contained in the folder with name `output`.