https://github.com/tutv/shopify-csv-splitter
https://github.com/tutv/shopify-csv-splitter
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/tutv/shopify-csv-splitter
- Owner: tutv
- Created: 2018-06-15T04:27:22.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-15T08:56:05.000Z (almost 8 years ago)
- Last Synced: 2025-02-04T21:45:24.965Z (over 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.