1. marcel.mercia@gmail.com
  2. RO CSVI
  3. Wednesday, 06 July 2016
  4.  Subscribe via email
Hello,
I am working with Csvi pro component for exporting virtue-mart products.
i made csv for export product i want product image with septate tabs instead of cams separator and without path.
like i have product product1 and this product have 5 images so csv should.

product title image1 image2 image3 image4 image5
product1 img1.jpg img2.jpg img3.jpg img4.jpg img5.jpg

i attached csv file "virtuemart_product_export.csv" with i want with images corresponding to product please check.
is there any setting or custom code for export product with images?.

i also want image export for product

thanks in advance.
Accepted Answer Pending Moderation
Hello,
i made csv for export product i want product image with septate tabs instead of cams separator and without path.

If the product image path is same for all products then you can achieve this by create two replacement rules for export, I will explain here with an example product image path in VirtueMart which is images/stories/virtuemart/product. If your image path is different, use your path in place of images/stories/virtuemart/product.

1. Create a replacement rule where find field is images/stories/virtuemart/product, replace field is empty and save the rule.
2. Create another replacement rule where find field is |images/stories/virtuemart/product, replace field is empty and save the rule.

Apply both the rule to file_url field and try to export. See if you get the required output.Let me know.
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
Thanks for your reply.
I have one question regarding to i want every image for septate tabs in-place of cams separator .
please check my previous attached file. how to add product image with separate tab.

if i have more then one image for single product then i want all image with single product with seprate tab not in single tab and without cams separator.

Thanks
Attachments (1)
  1. more than a month ago
  2. RO CSVI
  3. # 2
Accepted Answer Pending Moderation
Hello,
I am working with CSVI Pro component to export virtue-mart products.
i want export image file also with product. because i have multiple image with single product.
i have around 7000 virtue-mart products and single product have more then 5 images

i want also image file to export with corresponding product.
is there any setting or custom code or rule to image file export with product.

thanks in advance.
  1. more than a month ago
  2. RO CSVI
  3. # 3
Accepted Answer Pending Moderation
Hello,
To get the images in separate tab, in the second replacement rule, in the replace field use the character used in as field delimiter in your export settings, this way the fields will get separated as a new tab field. But i foresee a problem here, all products may not have same count of images, one product may have 3 images and another 5 images in that case the number of custom fields added for images in the export template has to be handled accordingly. If the number of custom export fields don't match the number of images, images will be missed during export.
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. # 4
Accepted Answer Pending Moderation
Hello,
i want export image file also with product. because i have multiple image with single product.
i have around 7000 virtue-mart products and single product have more then 5 images

i want also image file to export with corresponding product.
is there any setting or custom code or rule to image file export with product.

You can add field file_url in your product export template fields, this field will export all associated images with product using | symbol.
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
Can you please create rule for my csv for separate with tab like i have attached csv file ?.
my image path is /images/stories/virtuemart/product/1.jpg ,/images/stories/virtuemart/product/2.jpg

i want image in separate tab for all products
please add rule for image path /images/stories/virtuemart/product/1.jpg
so that i can add because i didn't get above description.

thanks
  1. more than a month ago
  2. RO CSVI
  3. # 6
Accepted Answer Pending Moderation
Hello,
In your export template settings go to File tab, check the value set in field Field Delimiter, Now create replacement rule with find field as /images/stories/virtuemart/product/ and replace field as the value you have in Field Delimiter field and save the rule. That should help you to get images in new tab.
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
I have created rules using given steps and also i have selected rule for template field file_url

1. Create a replacement rule where find field is images/stories/virtuemart/product, replace field is empty and save the rule.
2. Create another replacement rule where find field is |images/stories/virtuemart/product, replace field is empty and save the rule.

but after export i got result for field file_url like
/1.jpg| /2.jpg| /3.jpg| /4.jpg
but i want tab separate my result is single field file_url .
i attached my created rule please check and if have any issue please give me solution.
where i have made wrong rules please check.
Attachments (2)
  1. more than a month ago
  2. RO CSVI
  3. # 8
Accepted Answer Pending Moderation
Hello,
1. Create a replacement rule where find field is images/stories/virtuemart/product, replace field is empty and save the rule.

Try to set find field as images/stories/virtuemart/product/ (notice the slash at the end)and replace field will be still empty.

2. Create another replacement rule where find field is |images/stories/virtuemart/product, replace field is empty and save the rule.

Try to set find field as | images/stories/virtuemart/product/ (notice a space after | and / at the end)and replace field will be your field delimiter value as explained in my previous post.

but after export i got result for field file_url like
/1.jpg| /2.jpg| /3.jpg| /4.jpg
but i want tab separate my result is single field file_url .
i attached my created rule please check and if have any issue please give me solution.
where i have made wrong rules please check.

Correct the rules as explained above and see if it helps.
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. # 9
Accepted Answer Pending Moderation
I have checked with created two rules after created rules i got result for file_url
my results is
5.jpg|1.jpg|2.jpg|3.jpg|6.jpg
now i want separator by tab in place of |
please give me solution. to remove | and and above five images in in different tabs because right now it is in single
tab file_url so please give me solution
  1. more than a month ago
  2. RO CSVI
  3. # 10
Accepted Answer Pending Moderation
Marcel,

You are going to need 2 replacement rules. First is to remove the path from the filenames and second is to replace the |-symbol with a tab separator. You already have the first one so create another replacement rule where you look for |-symbol and replace it with /\t/. In the rule change the separator to #-symbol and set the method to Regular Expression. Assign this second rule to the field also.

I believe that should do it. If this doesn't work for you, post an image of how you have setup the replacement rule.
Kind regards,

RolandD

=========================
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. # 11
Accepted Answer Pending Moderation
Thanks for your reply.
I have created three rules but i am facing problem with image.
after added third rule find | and replace by /\t/ with separator to # and used method Regular Expression
but i got error message when i export product.
I attached my created rule for product image path and seprator tab for each image
i attached created rules images(rule1.png,rule2.png,rule3.png).
and i got error this file is also attched which i have error.
export_error.png.

so please check and solve my problem where i am missing rules.
please check.
Attachments (4)
  1. more than a month ago
  2. RO CSVI
  3. # 12
Accepted Answer Pending Moderation
Hello,
Can you remove the rule 2 and only have rule 1 and rule 3 from the file_url field and see if it helps?
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. # 13
Accepted Answer Pending Moderation
Thanks for your reply.
According to your given reply, i have removed rule2 and using rule1 and rule3 for file_url.
After apply rule1 and rule3 at export csv i got error message and unable to export csv.

I attached screen-shot with i got error. please check and let me know.
can you please add rule for above my problem.

thanks
Attachments (1)
  1. more than a month ago
  2. RO CSVI
  3. # 14
Accepted Answer Pending Moderation
Hello,
Can you send me your site administrator login details? I will have a look at it.
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. # 15
Accepted Answer Pending Moderation
How to send my admin detail because this forum is public.
is there any option to send private message?
so that i can send admin detail by private message.
  1. more than a month ago
  2. RO CSVI
  3. # 16
Accepted Answer Pending Moderation
Please send a private message with the details or send an email to tharuna@csvimproved.com.
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. # 17
Accepted Answer Pending Moderation
I have sanded private email with the admin details by email sheruji.r@cisinlabs.com to your email id tharuna@csvimproved.com.

so please check and let me know.
  1. more than a month ago
  2. RO CSVI
  3. # 18
Accepted Answer Pending Moderation
Hello,
I have create a test template Image export on your site, have added 2 fields product_sku and file_url for testing, created two rules Replace rule 1 and Replace rule 2 and assigned it to file_url field. I have set the limit in template to export only 10 rows of data to test. Now the file_url is exported in different tabs. Please check and apply the same for your template you are working on. 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. # 19
Accepted Answer Pending Moderation
Thanks for your reply.
Its working for , separate if i have ab separate whole csv then it is not working.
i am getting results image like
1.jpg,2.jpg,3.jpg,4.jpg

if i want tab separate then can you please add rule for this. my csv is tab separator.
for image i also want tab separator.
  1. more than a month ago
  2. RO CSVI
  3. # 20
  • Page :
  • 1
  • 2


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