cancel
Showing results for 
Search instead for 
Did you mean: 

Seeburger destDelimiter parameter.

Former Member
0 Kudos

Hi All,

In AS2 Sender Channel for Module Key BIC we provide Parameter name as destDelimiter.

It says -- This should be 6 characters which represent the following separators from the EDI or flat file.

subfield, field, decimal, quoting, fieldgroup, segment

I am not able to understand this concept.

Can anybody explain me with detail example and also provide blog for the same

Regards

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

This is an example.


 ~*.# \n

According the description each value means


 ~   -------- is the separator subfield in your EDI , usually is blank but it depend of youur EDI


 *   -------- is the separator elements in your EDI ,


 .   -------- the value for decimal 


 #   -------- the separator of quoting


    -------- the separator of field group. 


\n   -------- is the delimites of segments in your EDI.

Thanks

Luis.

Former Member
0 Kudos

Hello Rickk,

This parameter is needed for specifying the delimiters of the EDI File

i.e as EDI File is of delimited File Format.. you need to specify that delimiters for identification of fileds ,.subfields,....

for this you need to specify the values going to use there ..for e.g : for filed separator * is used and for subfileds : isused..

and for record ~ is used ....

like this need to specify the parameters needed for Flatfile..

HTH

Rajesh

Former Member
0 Kudos

Hi Rajesh,

Can you please give me one example of destDelimiter parameter by taking simple EDI file.

Thanks

Former Member
0 Kudos

Hi All,

please show me one example of destDelimiter parameter by taking simple EDI file.