1. imthebige
  2. RO CSVI
  3. Tuesday, 25 October 2016
  4.  Subscribe via email
Hello

I am importing brands using csv with cron job but if the brand is already there it import a new brand every time. when cron job run.It didn't update the field.Everytime it insert a new brand in database.

Please let me know about this

Regards
Accepted Answer Pending Moderation
Hello,
Post the debug log of your import and also sample import file to check. Have a look at Where to get the debug information? section on top of this page to know on how to get your debug log.
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. # 1
Accepted Answer Pending Moderation
Hi,

Below is the attached files.

Also check the screenshot : http://prntscr.com/cyogb0

Also First line also import when i import like manufacturerId column in csv it will also import in table or in under categories.It must skip first line.

Thanks
Attachments (3)
  1. more than a month ago
  2. RO CSVI
  3. # 2
Accepted Answer Pending Moderation
Hello,
The debug log you sent is not complete, it has only first few lines of queries which didnot help me to check your issue. You need to send me the complete debug log to help. Also your file works for me when tested on my local test site, so can you send me your template XML file too? To get the template XML file go to CSVI maintenance menu, select CSVI Pro on first option and backup templates on second one. Select your template and download. Post the downloaded XML here.
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. # 3
Accepted Answer Pending Moderation
Hello

Below is attached downloaded XML .Please check

Also log file is created and showing only that which i send you earlier.

Please reply asap as i need it fast

Thanks
Attachments (1)
  1. more than a month ago
  2. RO CSVI
  3. # 4
Accepted Answer Pending Moderation
Hello,
The issue is with your category_path, You have set it to be manufacturer/ in your template fields which is not correct. A valid category_path would be like manufacturer/level1/level2 and so on. You need to correct this so your import works fine.
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. # 5
Accepted Answer Pending Moderation
Hello,

Okay,But in my csv there is no column for category_path so in template fields i added column for this and set manufacturer/ as a default value to import but it is importing every time even if it is already exits.

So what can i do for this ?

Regards
  1. more than a month ago
  2. RO CSVI
  3. # 6
Accepted Answer Pending Moderation
Hello,
You can make a valid category_path field with your import file. I would suggest you to use combine rule for category_path with category_name field so your category_path would become manufacturer/category_name. To do that, keep the default value in your category_path to be manufacturer(note that / is removed), create a combine rule for import with Source fields as category_path,category_name, target field to be category_path, combine character to be /. Apply this rule on category_path field in your template fields and try doing the import. This would create valid category_paths and before doing this import don't forget to clean your previous import data. Try it and let me know how it goes.
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. # 7
Accepted Answer Pending Moderation
Hello Tharuna

Great..!!..It works Good

Thanks
  1. more than a month ago
  2. RO CSVI
  3. # 8
  • Page :
  • 1


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