Generic CSV Feed File Format |
Back Top Prev Next Print |
|
The generic CSV format (Jim2 Generic) must follow the conventions outlined below: ▪The first row of the file must contain the column headers. ▪The first column must be the supplier's stock code. ▪If data is not to be included in the feed, the relevant column should be left blank. ▪The following columns are supported:
Stock Code Supplier's stock code
ShortDesc
Desc
SupplierPrice
RRPInc
Brand
ManufPartCode
StockGroup1
StockGroup2
StockGroup3
StockGroup4
StockGroup5
An example feed file content is below: Stock Code,ShortDesc,Desc,SupplierPrice,RRPInc,Brand,ManufPartCode,StockGroup1,StockGroup2,StockGroup3,StockGroup4,StockGroup5 Stock1,'The short description','This would be the long description',12,15,Brand,Partcode1,Group1,Group1.1,Group1.1.1, Stock2,'The short description (Stock2)','This would be the long description (Stock2)',17,20,Brand,Partcode2,Group2,Group2.1,Group2.1.1,
Further information |