文字列が正規表現と一致した後に、文字列をString、Integer、またはDouble型に変換します。
データ構造
message ValueTransferRule {
required string regex = 1;
optional VariantType cast_type = 2;
}
パラメーター | 型 | 必須 | 説明 |
regex | string | はい | 文字列の照合に使用される正規表現。正規表現は、次の要件を満たしている必要があります。
|
cast_type | いいえ | 後続のリレーショナル操作のために、文字列をString、Integer、またはDouble型に変換します。 |