数値形式を変更
世界で使われている数値形式は同一ではないため、数値を含むカラムで使用する形式を変更しなければならない場合があります。
アプリケーションが最適に動作するよう、このファンクションで形式変更できる値の最大値はJavaのMAX_VALUE、つまり1.7976931348623157E308にデフォルトで設定されています。
ただし、<Installation_Path>/dataprep/transformation/actions/configuration/math/math.propertiesファイルの次のパラメーターを編集すれば、この値を変更できます。
# Set a String value compatible with the BigDecimal constructor
max.number.value=1.7976931348623157E308
# If you set this value to TRUE and the the above "max.number.value" is not valid
# the default value from sun.misc.FloatingDecimal.Double.MAX_VALUE will be used
max.number.limit=true
# If you set "max.number.value" to TRUE and "max.number.value.replace" to true
# the cell with too big numbers will be fill by "max.number.value.replacement"
max.number.value.replace=false
max.number.value.replacement=
手順
タスクの結果
選択したカラムで数値形式が変更されます。