user3845894
user3845894

Reputation: 373

Parsing EDI file in IIB V10

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

Upvotes: 1

Views: 393

Answers (1)

user3845894
user3845894

Reputation: 373

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

Upvotes: 1

Related Questions