if you want to import data from a CSV file in you website, you must follow this guideline :
Requierements :
- a website based on Joomla
- The last version of SEBLOD
- The SEBLOD addon Importer
Steps :
- In the new website, create a content type with SEBLOD
- Add all needed fields :
- Standard Joomla fields already created (Title, alias, state,...), stored in the #__content table
- New Custom fields with storage "Standard | article | field_name" => this will create a new table #__cck_store_form_contentTypeName
- Add all needed fields :
- Add the addon Importer
- create a good CSV file, depending on the content type you have created
- The first line of the CSV file is for the storage name of each field.
- For example for Joomla standard field : title, state, created_by, access,....
- For example for custom fields : address, zipcode, city, country,....
- The first line of the CSV file is for the storage name of each field.
- Then import the CSV file with the addon importer, by setting the good content type.