forked from github/dataease
fix: 抽取excel 数据
This commit is contained in:
parent
439e9da1ab
commit
9f51920c55
@ -1144,7 +1144,11 @@ public class ExtractDataService {
|
||||
" tmp = tmp.replaceAll(\"\\r\",\" \");\n" +
|
||||
" tmp = tmp.replaceAll(\"\\n\",\" \");\n" +
|
||||
" get(Fields.Out, filed).setValue(r, tmp);\n" +
|
||||
" } ";
|
||||
" } \n" +
|
||||
"\t\tif(tmp == null){\n" +
|
||||
" \t\t\ttmp = \"\";\n" +
|
||||
"\t\t\tget(Fields.Out, filed).setValue(r, tmp);\n" +
|
||||
"\t\t}";
|
||||
|
||||
private final static String code = "import org.pentaho.di.core.row.ValueMetaInterface;\n" +
|
||||
"import java.util.List;\n" +
|
||||
|
Loading…
Reference in New Issue
Block a user