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
- Host: GitHub
- URL: https://github.com/ahs12/product-parser-cli
- Owner: AHS12
- License: mit
- Created: 2022-01-17T06:09:39.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-19T11:27:05.000Z (almost 4 years ago)
- Last Synced: 2025-05-04T20:47:35.537Z (8 months ago)
- Language: PHP
- Size: 577 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
```