Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Removed translated content for 'cs'
Sv translation
languageen

Transforming attribute values using script

You can transform the attribute values using the transformation script.

How to access the column values?

Accessing the value we want to process is a key issue. Scripts provide a function value() which returns the current value. There are more advanced possibilities to access values:

String value() - returns the current value
String value(String columnCode) - returns the value of the specified column
LocalDate rowDate() - returns date of the current row
LocalTime rowTime() - returns time of the current row

To get more information about the transformation, visit the developers section Transformation scripting.

Next Steps

Sv translation
languagesk

Transformácia pomocou skriptov

Hodnotu atribútu je možné transformovať pomocou skriptov.

 

Ako získať hodnoty stĺpcov?

Získať prístup k hodnotám, ktoré chceme spracovať je kľúčovým problémom. Skripty poskytujú funkciu value(), ktorá vypíše súčasnú hodnotu. Existujú aj pokročilejšie možnosti ako sa dostať k hodnotám:

String value() - vypíše súčasnú hodnotu
String value(String columnCode) - vypíše hodnotu zadaného stĺpca
LocalDate rowDate() - vypíše dátum súčasného riadku
LocalTime rowTime() - vypíše čas súčasného riadku

Pre viac informácií o transformácii navštívte vývojársku čast Transformation scripting.

 

Kam ďalej

Sv translation
languageja

スクリプトを用いた属性値の変換

変換スクリプトを用いて、属性値を変換できます。

列の値にアクセスする方法は?

処理したい値へのアクセスが重要な問題です。スクリプトは、現在の値を返す関数value()を提供します。値にアクセスするための、より高度な可能性があります:

String value() - 現在の値を返します。
String value(String columnCode) - 指定された列の値を返します。
LocalDate rowDate() - 現在の行の日付を返します。
LocalTime rowTime() - 現在の行の時刻を返します。

変換に関する詳細は、開発者セクション変換スクリプトをご覧下さい。

次に

Sv translation
languagede

Sie können die Attributwerte mithilfe des Transformationsskripts transformieren.

Zugriff auf die Spaltenwerte?

Der Zugriff auf den Wert, den wir bearbeiten möchten, ist ein Schlüsselproblem. Skripte liefern eine Funktion value (), die den aktuellen Wert zurückgibt. Es gibt erweiterte Möglichkeiten, auf Werte zuzugreifen:

String value() - gibt den aktuellen Wert zurück
String value(String columnCode) - gibt den Wert der angegebenen Spalte zurück
LocalDate rowDate() - gibt das Datum der aktuellen Zeile zurück
LocalTime rowTime() - gibt die Zeit der aktuellen Zeile zurück

Um weitere Informationen zur Transformation zu erhalten, besuchen Sie den Entwickler-Abschnitt Transformations-Scripting.

Nächste Schritte