Skip to content

fabjac/SAS2PS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SAS2PS

convert CSV feeds from shareasale.com to prestashop CSV format

update products in database if they already exists

INSTALL

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

RUN

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

EXAMPLE

./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

About

ShareASale to PrestaShop

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published