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

Aus Wiki csv4you
Wechseln zu:Navigation, Suche
(Die Seite wurde neu angelegt: „Example 1... The comma in the ''price'' field shall be replaced by a point. Separator is the Pipe (|). [price|replace|,|.] Example 2... Double colons in the '…“)
 
Zeile 1: Zeile 1:
Example 1... The comma in the ''price'' field shall be replaced by a point. Separator is the Pipe (|).
+
Example 1... The comma in the ''price'' field shall be replaced by a dot. Separator is the double dot (''':''').
  [price|replace|,|.]
+
  [price|replace:,:.]
Example 2... Double colons in the ''attributes'' field shall be replaced by a single colon. Separator is the hash mark (#).
+
Example 2... Double colons in the ''attribute'' field 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#::#:]

Version vom 3. März 2016, 17:41 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'' field shall be replaced by a dot. Separator is the double dot (''':''').
 [price|replace:,:.]
Example 2... Double colons in the ''attribute'' field 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 1... The comma in the price field shall be replaced by a dot. Separator is the double dot (:).

[price|replace:,:.]

Example 2... Double colons in the attribute field 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#::#:]