Talend Read Dynamic File Structure

The data coming in text files are unpredictable. One day, we might get ten columns, the next day 12 columns, the other day columns in a completely different order, etc. If our source file has a dynamic structure or Muti structure, we can use the Talend tFileInputMSDelimited component to handle the same. To demonstrate the … Read more