Hi, We support all EDIFACT version since 1990. The first is a TOS component, the tEDIFACTtoXML which reads the EDIFACT message and transform it into XML, as a dom4j object (Document type in Talend). Then the user is supposed to parse it himself. The second is a TIS component, the tExtractEDIField (with a repository wizard), which reads EDIFACT message and extract the field according to the metadata created. Technically, this component is a merge between the tEDIFACTtoXML and the tExtractXMLField. Regards, Pedro
Hi
I tried to Load EDI File both EDIFACT and X12 File , EDIFACT Files i am able to load but Coming to X12 File i am unable to load as we did not find any relevant component for this, tFileInputMSDelimited component some time is useful to load the X12 EDI File as an alternate but it is creating a problem when file has multiple loop's under parent tag or parent element.
we have used tSMOOKSInput but we need develop mapping file or XSD file like below
<?xml version="1.0" encoding="UTF-8"?>
<medi:edimap xmlns:medi="http://www.milyn.org/schema/edi-message-mapping-1.0.xsd">
-------------------------
-------------------------
</medi:segments>
Hi, there are several 834 EDI file parsers out there. I developed a SQL SSIS package "file listener" that picks up the file and loads into a SQL database. If you need any help let me know.