1

I am very new to IIB V10 and am starting to work on it for a new project. I need to parse EDI 999 file in IIB. Is there any node/component to do so? I will have multiple Success/Failure in y EDI 999 file and I need to parse them in IIB using some node and then go forward in the message flow. I read that there is an HIPAA EDI parser but not much information is available on it. Is there a parser node or a component in IIB that can be used?

Any kind of help would be highly appreciated.

Thanks

user3845894
  • 353
  • 1
  • 5
  • 17
  • Are you sure that IIB v10 supports EDI processing? Here what I found: https://www.linkedin.com/pulse/ibm-integration-bus-support-x12-transactions-ie-hipaa-bill-karounos – VincentS Jan 26 '17 at 14:57
  • I still haven't been able to figure out any component in IIB V10 that would do EDI parsing for me. But I just used a Java Compute node and did the parsing using Java code. – user3845894 Feb 03 '17 at 19:52
  • If you succeeded in realizing what you aimed to (even with a Java Compute Node), you can post it in an answer. – VincentS Feb 05 '17 at 08:20

1 Answers1

1

Use the JavaCompute node in IIB V10 and do the EDI file parsing in Java. I found EDIReader parser the easiest.

user3845894
  • 353
  • 1
  • 5
  • 17