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

https://github.com/ahs12/product-parser-cli

a product parser cli app
https://github.com/ahs12/product-parser-cli

Last synced: 5 months ago
JSON representation

a product parser cli app

Awesome Lists containing this project

README

          

# PRODUCT-PARSER-CLI

product csv parser app with unique combinations

## Installation & Setup

Composer is used for autoloading classes & tests

```bash
cd project
composer dump-autoload
```
Two csv file in included in the project root folder.You can also put your csv into the root folder as well.then run the parser to generate combination count output csv.Output csv will also be generated into the project root folder.

## Command Reference

#### Get help

```bash
php parser.php --help
```

#### pass arguments

```bash
php parser.php [--file=] [--unique-combinations=]
php parser.php --file="products.csv" --unique-combinations="combination_count.csv"
```