0

Hi I need to create one message model for my data in the IBM integration Bus

my message structure is as below

abcd:FMxyz:VMsad:SVMfksdf:SVMlksdflkl:VM:FMxyz:VMsad:SVMfksdf:SVMlksdflkl

:FM is the field marker :VM is the value marker :SVM is the sub value marker these are three different Characters. Data has to be extracted using these delimiters.

I need to have three different delimiters in IIB while creating the message model. Kindly help

Gas
  • 17,601
  • 4
  • 46
  • 93
kmanu
  • 44
  • 9

1 Answers1

0

Is there any specific reason that you are having trouble? The DFDL editor will allow you to have different sets of delimiters for any type.

It might help if you show a tree representation of what you expect the logical model to look like for the example string you have given.

Dave
  • 633
  • 4
  • 6
  • Hi Dave, consider the message abcd:FMxyz:VMsad:SVMfksdf:SVMlksdflkl:VM:FMxyz:VMsad:SVMfksdf:SVMlksdflkl – kmanu Mar 23 '15 at 04:21
  • Hi Dave, consider the message abcd:FMxyz:VMsad:SVMfksdf:SVMlksdflkl:VM:FMabc In this the message structure which we want is abcd XYZsadfksdfSubValue2>lksdflklabc – kmanu Mar 23 '15 at 04:36
  • To give a deeper understanding is this data is from a multivalue database which can have multivalues in a single field which is mutually separated by Field marker which separated each filed then there is value marker which separated the values within fields and the there is sub value marker which is used for further segregating the values – kmanu Mar 23 '15 at 04:36