1. OPERCON
  2. RO CSVI
  3. Friday, 24 July 2015
  4.  Subscribe via email
Joomla! 3.4.1 Stable
CSVI PRO 5.21.2
I have 2 groups of extra fields:
BADS
KITCHEN
In each group i have field, called MANUFACTURER.
When i make export, field from BADS is exported successfully, from KITCHEN - is empty.
I've tried to rename MANUFACTURER in KITCHEN to see it in available fields list in csvipro, but it's not seen. I need this field to be exported! What should i do?

P.S. Forgot to say - it's a dropdown list values. With simple text values everything works fine FROM TIME TO TIME:
in BADS and in KITCHEN i have ADDITION text field - it works properly for the BADS, but occasionally for KITCHEN. MANUFACTURER is a dropdown (when value is an ID of value in a list of vars) and it doesn't work. Maybe this info will help either.
Accepted Answer Pending Moderation
Hello,

I have 2 groups of extra fields:
BADS
KITCHEN
In each group i have field, called MANUFACTURER.
Having the same field name is problematic for CSVI. It doesn't understand that you have 2x the same name so it only uses the first one it finds. I can see how this is useful to have 2x the same name. So I can work on a solution but this will only be implemented in CSVI 6 as development for CSVI 5 has ended.
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. # 1
Accepted Answer Pending Moderation
that's sad(
Maybe there could be a workaround to export this fields? such as rename them, refresh something and export with new names?
  1. more than a month ago
  2. RO CSVI
  3. # 2
Accepted Answer Pending Moderation
Ok, i've temporary renamed other fields, to make csvi pro find the fields, that i need to export.
Then i exported all i need, and then renamed one more time. I hove, there will be needed update in version 6)
  1. more than a month ago
  2. RO CSVI
  3. # 3
Accepted Answer Pending Moderation
Renaming the fields will work because CSVI can find them.

As for the update, I have put your request on my todo list.
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. # 4
Accepted Answer Pending Moderation
Hello, I have a similar problem with export extra fields from K2 (CSVI Pro 6.5.7, Joomla 3.5.1, K2 2.7).
I'm trying to export K2 Items with extra fields to a XML file (custom), basic field export correctly, but extra fields are empty. Field names not duplicated. Extra fields are text fields.
Structure:
Field name Column header
title title
category_path category
introtext opis
image_url image
maszyny_uzywane_Marka marka
maszyny_uzywane_Rocznik rocznik
maszyny_uzywane_Przebieg przebieg
extra_fields extra

<id>[id]</id>
<title>[title]</title>
<category>[category]</category>
<description>[opis]</description >
<image>[image]</image>
<mark>[marka]</mark>
<year>[rocznik]</year>
<motohours>[przebieg]</motohours>
<extra>[extra]</extra>


Result:
<id>30</id>
<title>Bomag BW174 AD</title>
<category>Walce</category>
<description><p>Masa operacyjna: 9 060 kg <br />Masa maksymalna: 11 000 kg<br />Typ kabiny: zamknięta<br /> Moc silnika: 58 kW</p>
<p><br /> Dodatkowe wyposażenie: ROZSYPYWACZ</p>
<p>Cena: do uzgodnienia</p>
<p>(11000287)</p></description >
<image>/media/k2/items/cache/1c0ae220570fdfsdfsd5_Generic.jpg</image>
<mark></mark>
<year></year>
<motohours></motohours>
<extra>[{"id":"5","value":"Walec"},{"id":"6","value":"Bomag"},{"id":"7","value":"BW174 AD"},{"id":"8","value":"2004"},{"id":"9","value":"5695 mtg"}]</extra>


For example, you can see an empty result for maszyny_uzywane_Marka (marka), maszyny_uzywane_Rocznik(rocznik), maszyny_uzywane_Przebieg(przebieg). For the test I exported „extra” field and the result is correct. <extra>[{"id":"5","value":"Walec"},{"id":"6","value":"Bomag"},{"id":"7","value":"BW174 AD"},{"id":"8","value":"2004"},{"id":"9","value":"5695 mtg"}]</extra>
It is showing that these fields above should not be blank.
Could you help me fix it, please?
  1. more than a month ago
  2. RO CSVI
  3. # 5
Accepted Answer Pending Moderation
Hello,

It is showing that these fields above should not be blank.
That conclusion cannot be reached because there needs to be code to actually debug that extra field. If that code doesn't exist, it won't happen.

maszyny_uzywane_Marka marka
maszyny_uzywane_Rocznik rocznik
maszyny_uzywane_Przebieg przebieg
The fields marka, rocznik and przebieg are your custom header names?

In the XML layout you should be using maszyny_uzywane_Marka instead of marka and the value should be exported. Have you tried that?

Post your debug log as well if the issue still exists.
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. # 6
Accepted Answer Pending Moderation
Thank you for your answer.
The fields marka, rocznik and przebieg are your custom header names?

Yes they are my custom header names.

I tried to type maszyny_uzywane_Marka, I didn't get an empty result but I got in all lines <mark>[maszyny_uzywane_Marka]</mark> instead of <mark> result </ mark>.
I attach the log.
Attachments (1)
  1. more than a month ago
  2. RO CSVI
  3. # 7
Accepted Answer Pending Moderation
Hello,

I tried to type maszyny_uzywane_Marka, I didn't get an empty result but I got in all lines <mark>[maszyny_uzywane_Marka]</mark> instead of <mark> result </ mark>.
I have not been clear enough. In your list of template fields remove the value for the Custom header, so don't write marka, rocznik and przebieg anywhere.

In your template in the XML keep the <mark>[maszyny_uzywane_Marka]</mark> because that is the original name. Then see how the export goes.
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. # 8
Accepted Answer Pending Moderation
I did as you wrote and I still have an empty result.
Config:
[img size=800]https://www.hkl.pl/s1.png[/img]
https://www.hkl.pl/s2.png

Result:
https://www.hkl.pl/s3.png
Attachments (1)
  1. more than a month ago
  2. RO CSVI
  3. # 9
Accepted Answer Pending Moderation
Hello,

I don't see any issues in your setup or the debug log. Could you send me Joomla and FTP details in a private message and I will take a look why the field is empty. Thank you.
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. # 10
Accepted Answer Pending Moderation
Hello,

Received the login details and was able to see what is happening. The problem is with the name of your Extra Groups. Your extra group name is maszyny_uzywane but CSVI also uses the underscore to separate group name and field name, so you get maszyny_uzywane_Marka but on export CSVI needs to separate the group and field name. CSVI separates this on the first underscore, so the field CSVI finds is uzywane_Marka. This doesn't exist and so the export is empty.

The solution to this would be to rename your Extra Group as maszyny-uzywane for example. After doing that you will need to update the available fields in CSVI and update the fields in your template and template fields but the export should be OK after that.

Let me know how it goes.
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
Hello,
I removed the underscore in the group name, and it works now. Thank you for your help :)
  1. more than a month ago
  2. RO CSVI
  3. # 12
Accepted Answer Pending Moderation
Hello,

Perfect :)
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. # 13
  • Page :
  • 1


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