Translations:Erweiterte Feldfunktionen/22/en

Aus Wiki csv4you
Version vom 3. März 2016, 18:43 Uhr von Haemel (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „Example 1 ... cell content is as follows: "Image Path 1 | Image Path 2 | Image Path 3". As default data separator in the system is the pipe character ("|") pre…“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Wechseln zu:Navigation, Suche

Example 1 ... cell content is as follows: "Image Path 1 | Image Path 2 | Image Path 3". As default data separator in the system is the pipe character ("|") preset. Only the value of 'Image Path 2' shall be taken:

[FeldNameBild|split:2]

Example 2 ... cell content: "Image Path 1 | - | Image Path 2 | - | Image Path 3". Data separator are 2 Pipes hyphenated in the middle | - | (as an example for an individual Separator). From the cell content with 3 values only the value of "Image Path 3" shall be taken:

[FeldNameBild|split:3:|-|]

Example 3 ... cell contents of a field 'Category': "Furniture|Living Room|Chair". Data separator is the pipe again. If you use a individual separator, please see example 2 for guidance. The acquisition of the values "Furniture", "Living Room" and "Chair" in 3 separate cells is prepared as follows:

[Category1|split:1]
[Category2|split:2]
[Category3|split:3]