1. arcastudio@gmail.com
  2. RO CSVI
  3. Friday, 10 February 2017
  4.  Subscribe via email
Hello, I've followed your hints but I need some help yet.

This is the Example of the CSV file for import article:
"title";"alias";"category_path";"state";"introtext"
"Random article";"random-article";"news/local-news";"1";"<p><a>A random site</a></p>"

this is my case:
"title";"alias";"category_path";"state";"introtext"
"Random article";"random-article";"RegioneAbruzzo/Abruzzo/Consiglio Regionale";"1";"<p><a>A random site</a></p>"

The space character is a problem? I need this space, I can't remove it.
Ideas? thanks
Accepted Answer Pending Moderation
Ok, I'm on the situation. I've seen that category_path is on of the two field that controll if update or not the record.
For assign a category maybe i have to use "catid" in numeric format.
  1. more than a month ago
  2. RO CSVI
  3. # 1
Accepted Answer Pending Moderation
Hello,
"title";"alias";"category_path";"state";"introtext"
"Random article";"random-article";"RegioneAbruzzo/Abruzzo/Consiglio Regionale";"1";"<p><a>A random site</a></p>"
The space character is a problem? I need this space, I can't remove it.
Ideas?

Space is allowed for category title but not for category_path. If you enter the category from Joomla category manager you can see path is build using alias field and not with title. So the path is regioneabruzzo/abruzzo/consiglio-regionale, you need to use this value in your import file to check for a record.

Ok, I'm on the situation. I've seen that category_path is on of the two field that controll if update or not the record.

Yes, category_path and alias are two required field to control process on a record.

For assign a category maybe i have to use "catid" in numeric format.

If you know the catid value you can use it in import.
Kind regards,

Tharuna

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
  1. more than a month ago
  2. RO CSVI
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!