forked from github/dataease
fix: 尝试解决导入excle 报找不到字段的问题
This commit is contained in:
parent
ff5bb57a43
commit
371750f70d
@ -667,6 +667,9 @@ public class ExtractDataService {
|
||||
|
||||
//trans
|
||||
JobEntryTrans transrans = new JobEntryTrans();
|
||||
transrans.clearResultFiles = true;
|
||||
transrans.execPerRow = true;
|
||||
transrans.clearResultRows = true;
|
||||
transrans.setTransname(transName);
|
||||
transrans.setName("Transformation");
|
||||
JobEntryCopy transEntry = new JobEntryCopy(transrans);
|
||||
|
Loading…
Reference in New Issue
Block a user