inserting products.csv after making column additions/data per documentation,.getting " Missing relation ID language_id for update_or_insert action in table product_descriptions. Skipping." After import attempt. Products do not show up in storefront. ( i did create an 'action" column with "insert" in cell data ) any idea how to fix ?
Did you add correct language_id ?
Usialy product_descriptions[0].language_id is 1 for English.
Missed that., thought from sample product wasn't necessary forit wasleft open/blank in csv. I had been concentrating on resource_descriptions[0][0][0].language_id = 1 and resource_descriptions[1][0][0].language_id = 1 .....Thank you, I'll be over in the corner of shame, working on a new csv file.