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
Use the JavaCompute node in IIB V10 and do the EDI file parsing in Java. I found EDIReader parser the easiest.