ERP Integrator V2 - Online Help
ERP Integrator V2
Questions / Feedback?

ImportFormat Property

The format of the import data.

Syntax

public int getImportFormat();
public void setImportFormat(int importFormat);

Enumerated values: public final static int ifPlainText = 0; public final static int ifXML = 1; public final static int ifAuto = 2;

Remarks

This property should contain the format that the data should be read. Possible values are:

0 (ifPlainText - default) The data is plain text.
1 (ifXML) The data is XML.
2 (ifAuto) The bean will determine if the data is plain text or XML.

Default Value

0

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 2.0.6240.0