remove_field
删除字段
删除字段
选项 1(备选):删除多个字段
性能
名字 | 类型 | 描述 | 必填 |
---|---|---|---|
领域 | object[] |
领域 |
是的 |
其他属性:不允许
例
source:
server_name: redislabs
schema: dbo
table: emp
transform:
- uses: remove_field
with:
fields:
- field: credit_card
- field: name.mname
Option 2 (alternative):
Remove one field
Properties
Name
Type
Description
Required
field
string
Field
yes
Additional Properties: not allowed
Example
source:
server_name: redislabs
schema: dbo
table: emp
transform:
- uses: remove_field
with:
field: credit_card
Option 1: fields[]: array
Fields
Items
Item Properties
Name
Type
Description
Required
field
string
Field
yes
Item Additional Properties: not allowed
Example
- {}
On this page