I need some component which allows me to read the MicroFocus C-Isam format with the following options: Idxformat 8 - Large indexed file format Filemaxsize 8 - Does not restrict file size The Idxformat allows that index und data are in one file.
I tried to do this with the component ?tFileInputEBCDIC? but it is only for the standard C-Isam format (index and data in 2 different files). Question: Is there some component for ?Talend Open Studio? which help me to realize my problem?