Translations:Erweiterte Feldfunktionen/8/en: Unterschied zwischen den Versionen

Aus Wiki csv4you
Wechseln zu:Navigation, Suche
 
Zeile 3: Zeile 3:
 
Example 2... Double colons in the ''attribute'' cell shall be replaced by a single colon. Separator is the hash mark ('''#'''). In this case do not use the colon as separator, because the values to be replaced are colons!
 
Example 2... Double colons in the ''attribute'' cell shall be replaced by a single colon. Separator is the hash mark ('''#'''). In this case do not use the colon as separator, because the values to be replaced are colons!
 
  [attributes|replace#::#:]
 
  [attributes|replace#::#:]
 +
Example 3 ... In the values of the "title" column, the words "pendant" shall be changed into "jewelry pendant" and "stud" into "ear stud". Separator here is the double dot (''':''').
 +
[Title|replace:'pendant':'jewelry pendant'{replace:'plug':'ear plug'}]

Aktuelle Version vom 15. Mai 2017, 16:59 Uhr

Information zur Nachricht (bearbeiten)
Zu dieser Nachricht ist keine Dokumentation vorhanden. Sofern du weißt, wo und in welchem Zusammenhang sie genutzt wird, kannst du anderen Übersetzern bei ihrer Arbeit helfen, indem du eine Dokumentation hinzufügst.
Nachricht im Original (Erweiterte Feldfunktionen)
Beispiel 1... Das Komma im Feld ''price'' wird durch einen Punkt ersetzt. Trenner ist der Doppelpunkt (''':''').
 [price|replace:,:.]
Beispiel 2... Doppelte Doppelpunkte im Feld ''attributes'' werden durch einen Doppelpunkt ersetzt. Trenner ist das Doppelkreuz ('''#'''). Hier nicht den Doppelpunkt als Trenner verwenden, da die zu ersetzenden Werte Doppelpunkte sind!
 [attributes|replace#::#:]
Beispiel 3... Aus dem Feld ''title'' werden die Wörter ''Anhänger'' in ''Schmuck Anhänger'' und ''Stecker'' in ''Ohrstecker'' ersetzt. Trenner ist der Doppelpunkt (''':''').
 [title|replace:'Anhänger':'Schmuck Anhänger'{replace:'Stecker':'Ohrstecker'}]
ÜbersetzungExample 1... The comma in the ''price'' cell shall be replaced by a dot. Separator is the colon (''':''').
 [price|replace:,:.]
Example 2... Double colons in the ''attribute'' cell shall be replaced by a single colon. Separator is the hash mark ('''#'''). In this case do not use the colon as separator, because the values to be replaced are colons!
 [attributes|replace#::#:]
Example 3 ... In the values of the "title" column, the words "pendant" shall be changed into "jewelry pendant" and "stud" into "ear stud". Separator here is the double dot (''':''').
 [Title|replace:'pendant':'jewelry pendant'{replace:'plug':'ear plug'}]

Example 1... The comma in the price cell shall be replaced by a dot. Separator is the colon (:).

[price|replace:,:.]

Example 2... Double colons in the attribute cell shall be replaced by a single colon. Separator is the hash mark (#). In this case do not use the colon as separator, because the values to be replaced are colons!

[attributes|replace#::#:]

Example 3 ... In the values of the "title" column, the words "pendant" shall be changed into "jewelry pendant" and "stud" into "ear stud". Separator here is the double dot (:).

[Title|replace:'pendant':'jewelry pendant'{replace:'plug':'ear plug'}]