Hello,
We have a custom post type called Disease with a custom field called "Symptom". There will be many symptoms for each Disease. All of this seems to be working fine. Now we need to figure out how to import the data. Importing diseases through WP All Import via csv is easy. But how to import the Symptoms? What format in the csv file should the symptoms be?
All symptoms in one cell? Separated somehow like sysmptom1;symptoms2;symptom3
Hi Thanks for your response and for the links. Yes, we are already using wp all import so we are aware of how to import data. The question was specifically about claneable fields. What is the format? How are values separated? Can they be imported in one cell with seperators like commas? Or do they need their own file?