Conviu help and FAQ
  • Introduction to the Conviu application
  • Information about Conviu
    • All the features of Conviu
    • How does Conviu work?
    • Who can use Conviu?
    • Registration
    • Price for Conviu
    • Billing information settings
    • Change of billing period
    • Language settings in Conviu
    • Add a user to the organization
    • Add an organization/add an e-shop
  • Data editing (XML and CSV)
    • Conviu as an XML editor
    • Data import
    • Data import - XML, FTP, web services, from file, additional import, retrieve data from Google sheets
    • Import error - feed cannot be read
    • XML Suppliers for e-shop
    • Custom import - import of your own (any) xml
    • Import data - load from Google Sheets table
    • Data export
    • Custom export - export of your own (any) xml
    • Variants in Custom XML / CSV / XLSX export
    • Export timer
    • Connecting of several XML
    • Additional import - Additional XML feed (csv, xls, web services, FTP)
    • Data export - download data from XML to csv
    • Where to get the URL of the XML feed Zboží.cz?
    • How to insert XML (URL of new export) into Zboží.cz?
    • Where to get the URL of the Heureka XML feed?
    • How to insert XML (URL of new export) into Heureka.cz?
    • Data editing - rules
    • Add an element
    • Edit an element
    • Hide an element
    • Hide the entire product
    • Bulk edit
    • Bulk editing of data
    • Bulk edit data - Google Sheets
    • Editing variants - rules for variants
    • The rule for adding a gift
    • How to create a custom label - g: custom_label?
    • Edit name - PRODUCTNAME
    • Rule for rewriting categories in XML
    • Rule for setting the price of transport - DELIVERY
    • Date adjustment rule (e.g. availability date)
    • The rule for hiding an element
    • The rule for hiding the product
    • How to adjust the selling price to another currency?
    • Adjustments within the rules - calculator
    • Editing within rules - nested structure - transport - DELIVERY
    • Parameter creation - PARAM
    • Pairing products on Heureka - Heureka pairer
    • Unformatted text (text without HTML characters)
    • A variable of type list (List variable) and separation into multiple elements
    • Automatic translation - of whole XML or only selected products. Automatic website translator
    • Detailed overview of changes at the product level
    • Page Feed for Google Ads or DSA for PPC
    • How to embed Page Feed in Google Ads?
    • Connection to Mall Marketplace
  • Automatic Bidding
    • What is a bidding?
    • Bidding strategy
    • Settings for automatic bidding
  • Pricing
    • Why Pricing?
    • Pricing strategies
  • Other
    • Suspension of the organization (e-shop)
    • Deleting an organization (e-shop)
  • Localization
    • 🇨🇿Čeština
    • 🇺🇸English
    • 🇩🇪Deutsch
Powered by GitBook
On this page

Was this helpful?

  1. Data editing (XML and CSV)

A variable of type list (List variable) and separation into multiple elements

E.g. <IMAGES> img1, img2, img3 </IMAGES> change to <IMG_ALTERNATIVE> img1 </IMG_ALTERNATIVE> <IMG_ALTERNATIVE> img2 </IMG_ALTERNATIVE>

PreviousUnformatted text (text without HTML characters)NextAutomatic translation - of whole XML or only selected products. Automatic website translator

Last updated 3 years ago

Was this helpful?

Do you need to split the values ​​given in one element into more elements?

For example, you have in XML image1, image2, image3 and you need to have the listed images in a separate element on the output, e.g.

<IMG_ALTERNATIVE> fig1 </IMG_ALTERNATIVE>

<IMG_ALTERNATIVE> fig2 </IMG_ALTERNATIVE>

If you are importing data in a custom format, you can set Custom on the import

After importing, go to Edit import in the left menu and click on the New variable button

Select List Variable here

Name the new variable and select the original variable, which is of the list type, as the content. It is also necessary to add a delimiter (in the preview on the right you can see whether the delimiter in the XML is a comma, semicolon or space.

To create a variable, click on the "Create variable" button. We will now use the new variable in the export to create new elements. First, go to Export and Edit Products in the left menu and click Edit

Click on Rules and then Add New Rule, select Add Element

Insert into the content of the element: {{image in% images%}} <IMG_ALTERNATIVE> {{image}} </IMG_ALTERNATIVE> {{end}} To complete the variable (images in this example), use% (the variable whisper will be displayed.

In the right part of the screen you can see how the newly created element is written to XML.

Newly created elements are overwritten in the following form:

<IMG_ALTERNATIVE>https://product-imacccc.com/043/002243.jpg</IMG_ALTERNATIVE>
<IMG_ALTERNATIVE>https://product-imacccc.com/0043/222te.jpg</IMG_ALTERNATIVE>

Click on the Create rule button to save everything.