EDIFACT Integrator - Online Help
EDIFACT Integrator
Questions / Feedback?

InputFormat Property

The format of the input data.

Syntax

int GetInputFormat();

int SetInputFormat(int iInputFormat);

Possible Values

  IF_EDIFACT(0), 
  IF_XML(1)

Default Value

0

Remarks

This property specifies the format of the input data. The value specified here determines whether the data is converted from XML to EDI, or from EDI to XML when Translate is called.

If this property is set to ifXML the data will be converted to EDI when Translate is called. If this property is set to ifEDIFACT the data will be converted to XML when Translate is called.

Possible values are:

  • 0 (ifEDIFACT - default)
  • 1 (ifXML)

This property is not available at design time.

Data Type

Integer

 
 
Copyright (c) 2018 /n software inc. - All rights reserved.
Build 1.0.6635.0