Hi,
I'm planning to import datas to my custom content type with the tool you suggest (CSV Importer)
I have created a custom content type with 4 custom taxonomies :
- "departement" (select dropdown with one unique choice – 22 entries)
- "region" (select dropdown with one unique choice – 101 entries)
- "categorie" (select dropdown with one unique choice – 7 entries)
- "services" (checkboxes – multiple choices – 13 entries )
I have three questions :
- What is the exact suffix for these custom taxonomies (for the column name) as they are three different custom taxonomies ?
- Do I have to make one column per entry for the custom taxonomies with select dropdown ("departement"/"region"/"categorie") ?
- How I organize the multiple choice for the "services" taxonomy (one "service" entry = one column with true(1) /false(0)?)
Thank you for your help on this !