convert CSV feeds from shareasale.com to prestashop CSV format
update products in database if they already exists
Requirements :
- a Linux box
- a C++ compiler (C++11 compliant)
Dependencies :
- mysql++
- mysql++-dev
in SAS2PS directory, type :
make
tested with GCC 4.8.2
usage: ./bin/SAS2PS -i input_file -o output_file -c category -m match_word [-m match_word2] ... -x exclude_word [-x exclude_word2] ... -p min_price -d db_name -s db_server -u db_user -a db_password
./bin/SAS2PS -i inTestFile.csv -o outTestFile.csv -c 42 -m iphone -x case -x box -p 599 -d shop_db -s localhost -u shop_user -p secretPass