Hi
I have set up an extensive database with some 800 products. Because of the nature of the search I needed to run, each product is in its own section - section names are simply numbered sequentially. Each product's internal product ref. number ties up with a unique product ref. on the internal accounting system which is feeding the beast.
Ideally what I want to do is set up a very simple flat comma-delimited file with two columns, product reference and price, and import the lot on a regular basis to deal with price udates. I've tried doing this, but when I try to import as a flat file Actinic says I also need to include the section name, which is a pig because the existing accounting system doesn't know it.
I've tried exporting the data, stripping it down, and re-importing as a hierarchical file, but I must be missing something as I keep getting the message 'There was an error in the first line of the file'.
Can someone help me by telling me:
a. Do I need to include the section names if the product refs are unique?
b. Should I be using flat file or hierarchical file format for the input?
c. Is there a simple step-by-step guide that will help me to do this!
I've tried the step-by-step in the knowledge base Ref: KB259, retaining only the product ref. and price columns as suggested, but keep getting the 'error' message on input.
Any help most gratefully received!
I have set up an extensive database with some 800 products. Because of the nature of the search I needed to run, each product is in its own section - section names are simply numbered sequentially. Each product's internal product ref. number ties up with a unique product ref. on the internal accounting system which is feeding the beast.
Ideally what I want to do is set up a very simple flat comma-delimited file with two columns, product reference and price, and import the lot on a regular basis to deal with price udates. I've tried doing this, but when I try to import as a flat file Actinic says I also need to include the section name, which is a pig because the existing accounting system doesn't know it.
I've tried exporting the data, stripping it down, and re-importing as a hierarchical file, but I must be missing something as I keep getting the message 'There was an error in the first line of the file'.
Can someone help me by telling me:
a. Do I need to include the section names if the product refs are unique?
b. Should I be using flat file or hierarchical file format for the input?
c. Is there a simple step-by-step guide that will help me to do this!
I've tried the step-by-step in the knowledge base Ref: KB259, retaining only the product ref. and price columns as suggested, but keep getting the 'error' message on input.
Any help most gratefully received!
Comment