添加 first_column_as_id 配置,将第一列导出为 id 字段
修正基础类型数据的数组长度导出错误
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
parser:
|
||||
first_row_as_field_comment: true
|
||||
constant_array_length:
|
||||
- EffectSequence
|
||||
input:
|
||||
- 配置表.xlsx
|
||||
parser:
|
||||
first_column_as_id: true # 第一列用作 ID 列
|
||||
constant_array_length: [
|
||||
# 这里填入需要固定数组长度的表名称
|
||||
]
|
||||
output:
|
||||
json:
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user