添加 first_column_as_id 配置,将第一列导出为 id 字段

修正基础类型数据的数组长度导出错误
This commit is contained in:
2021-01-25 16:38:34 +08:00
parent b660860389
commit 7c26b9ea48
2 changed files with 45 additions and 30 deletions

View File

@@ -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