LOWER_CASE
将列中的每个字符串更改为小写,例如:the quick brown fox jumped over the fence
参数
-
sourceColumn:现有列的名称。
例 示例
{ "RecipeAction": { "Operation": "LOWER_CASE", "Parameters": { "sourceColumn": "nationality" } } }
将列中的每个字符串更改为小写,例如:the quick brown fox jumped over the fence
sourceColumn:现有列的名称。
{ "RecipeAction": { "Operation": "LOWER_CASE", "Parameters": { "sourceColumn": "nationality" } } }