Reading EDI Files

I have data files that I want to load into a data warehouse. These files are delivered to me as EDI, meaning that they are fixed width, and the layout of each row depends on what the first field is. The first field serves as a record type. Each record type has a different layout and gets loaded into a seperate table.

Can CloverETL manager these files natively? If so, how?

Thank you
Bruce

Hello Bruce !

Clover currently does not support EDI natively. It does not support records with variable structure either. You would need to create a special parser for EDI data - should not be such a big problem.

David.