列配置
源字段
目标字段 (JSON Key)
数据类型
{#each dataTypes as dt (dt.value)}
{dt.label}
{/each}
{#if config.type === 'date'}
日期格式
{#each dateFormats as df (df.value)}
{df.label}
{/each}
{/if}
空值时移除该字段
{#if !config.excludeIfEmpty}
默认值 (空值时)
{/if}
包含此列到输出