mirror of
https://github.com/WeiYe-Jing/datax-web.git
synced 2026-06-30 21:17:37 +08:00
#67 修复
This commit is contained in:
parent
cf5a1de21c
commit
4cb9e19190
@ -294,7 +294,7 @@ public class DataxJsonHelper implements DataxJsonInterface {
|
||||
List<Map<String, Object>> columns = Lists.newArrayList();
|
||||
for (int i = 0; i < writerColumns.size(); i++) {
|
||||
Map<String, Object> column = Maps.newLinkedHashMap();
|
||||
column.put("index", i);
|
||||
column.put("index", i+1);
|
||||
column.put("name", writerColumns.get(i));
|
||||
column.put("type", "string");
|
||||
columns.add(column);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user