This window is used to define the type of the processor used to transmit the data.
This window is where you define the processor responsible with establishing the connection data between the two systems. This is based on one of the two processing types described above.
You must specify a java class that will deal with reading the EDI files to be imported and with sending the EDI files to be exported. For now, the only available java classes are those for reading/sending via FTP and via IMAP/SMTP.
When defining a processor, you must indicate the following:
EDI Processor Type (that comes with the java class that will be responsible for reading/sending the files);
connection parameters (Host, Port, Account, PasswordInfo);
the java class responsible with processing/obtaining the file according to the EDIFact standard.
In the lines you must add the definitions for the special parameters used by the processor. You must at least define the parameters for the special characters used to delimit the fields, as follows:
SegmentSeparator - ,
FieldSeparator - " + ",
LineSeparator - " ' ",
Composite Separator - " : ",
EscapeCharacter - ,
RepeatSeparator - ,
DecimalPoint - " . "