1. drees
  2. RO CSVI
  3. Wednesday, 12 August 2020
  4.  Subscribe via email
In a previous xlm file only 1 language file could be reached via

Field name: category_path Your field: DescriptiveDetail/Subject/SubjectCode

<Subject>
<MainSubject/>
<SubjectSchemeIdentifier>32</SubjectSchemeIdentifier>
<SubjectCode>330</SubjectCode>
</Subject>
</DescriptiveDetail>


Another xlm file with an extension of the categories . This rule no longer works.

<Subject>
<MainSubject/>
<SubjectSchemeIdentifier>10</SubjectSchemeIdentifier>
<SubjectCode>JNF051000</SubjectCode>
</Subject>
<Subject>
<MainSubject/>
<SubjectSchemeIdentifier>32</SubjectSchemeIdentifier>
<SubjectCode>120</SubjectCode>
</Subject>
</DescriptiveDetail>

Fieldmapper says : DescriptiveDetail/Subject/0/SubjectCode , is also not working.

What is the correct entry?
Accepted Answer Pending Moderation
Hello Drees,
Unfortunately not for the entire import.

The number of the same node names is different in the xlm file. It depends on how many choices there are.

That is the disadvantage of XML files, there is no particular format of nodes, it can be more or it can be less.

For every equal Node there is a line that determines the correct input eg <TitleType> 01 </TitleType>

A solution seems to me DescriptiveDetail / TitleDetail / TitleElement / TitleType> 02 <TitleType / TitleText but that doesn't work.

I added the path as DescriptiveDetail/TitleDetail/TitleElement/TitleText for product_name and it worked for me. See the attached screenshot. Try using this path and check.
Attachments (1)
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
  • Page :
  • 1
  • 2


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