[ic] Remap database fields

DB interchange-users@icdevgroup.org
Thu Mar 20 08:22:00 2003


> I need Interchange to pull it's product list from a 3rd party program.
> This program stores the product database in MySQL and the naming scheme is
> a little different. Is there any way to remap a database field in the
> catalog.cfg file or any where else for that matter. Example, I would like
> to have Interchange treat the Field psku in the Products table of the
> mysql database as SKU.
> 
> Joshua Frank

There may be better ways, but writing a perl script to read the 3rd 
party products table and write to a table or flatfile that IC can use 
would be pretty simple.

DB