Forum Moderators: buckworks
The trick, as I see it, is to integrate this flat file with an ecommerce engine of some kind. In particular, it must be easy to bring in the fresh data.
Any thoughts/advice or experience to share? Any nominations for cart software that would accommodate this scenario particularly well?
Can you retrieve the flat file via FTP/HTTP, web robot script, or manually download the file?
What format is the file in? Command separated values (CSV)? Logical Record Length (LRECL), or another format?
If you know how the data structure and cart software interacts together, it makes refreshing/importing data easier to manage.
Personally, I use DBtoWEB and publish all my product files from an auction management software I use. The database itself contains my inventory, products I've imported from two other sources (with permission). I assign unique item codes based on where the item originates from. So, company one may be prefixed with co1-**** while company two will be prefixed with co2-****.
[edited by: sun818 at 3:31 am (utc) on Nov. 13, 2003]