As you know I'm working on importing fields via CSV for a camera database.
- I created a child field for camera that links to manufacturers. That works fine for web display abd font end submission
- In the manfacturer table that I have already imported as a new type I am using an ID structure such as 123-ABC for updating records
- However when I do the csv export for cameras using &formatter=csv that cell for child field that links to manufacturer says "12"
I guess my question is how can i prepare a csv file for my cameras to link to a manufacturer when the &formatter=csv grabs an ID number that I cannot reference. IN this case it was 12. When I tried other manufactures (using front-end submission) the number changes to 10 or 15. How am I suppose to reference that child field (manufacturer) in my csv file for proper import and linking.
As you know I'm working on importing fields via CSV for a camera database.
I guess my question is how can i prepare a csv file for my cameras to link to a manufacturer when the &formatter=csv grabs an ID number that I cannot reference. IN this case it was 12. When I tried other manufactures (using front-end submission) the number changes to 10 or 15. How am I suppose to reference that child field (manufacturer) in my csv file for proper import and linking.