dbf-exporter http://jira.mfd.msk:8088/browse/CLS-515 S_DF53
This commit is contained in:
parent
2954c33821
commit
4eb265d2f0
1 changed files with 3 additions and 3 deletions
|
|
@ -25,10 +25,10 @@ public class S_DF53_Converter extends DFConverter<SDf53> {
|
|||
public DBFField[] getDBFHeaders() {
|
||||
List<DBFField> dbfFields = new LinkedList<>();
|
||||
dbfFields.add(new DBFField("ACCOUNT", DBFDataType.CHARACTER, 25));
|
||||
dbfFields.add(new DBFField("DEAL", DBFDataType.CHARACTER, 4));
|
||||
dbfFields.add(new DBFField("ACC_NAME", DBFDataType.CHARACTER, 30));
|
||||
dbfFields.add(new DBFField("STATUS", DBFDataType.NUMERIC, 32, 18));
|
||||
dbfFields.add(new DBFField("RESULT", DBFDataType.CHARACTER, 254));
|
||||
dbfFields.add(new DBFField("DEAL", DBFDataType.CHARACTER, 4));
|
||||
dbfFields.add(new DBFField("STATUS", DBFDataType.NUMERIC, 1,0));
|
||||
dbfFields.add(new DBFField("RESULT", DBFDataType.CHARACTER, 10));
|
||||
return dbfFields.toArray(DBFField[]::new);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue