Hi,
I tried to display some results from several files in a directory. I use TFileList, and 2 tFileInputDelimited which are both linked to TFileList. I don't know why but at the end of the processing my results are lugged from just one of the 6 files I want. It appaears that there are results from the list file of the directory.
Can you help please?
-Make sure file mask as "*.csv" in tFileList component -Make sure connection type is Iterate - also check the file name in tFileInputDelimited component, which will be dynamic like ((String)globalMap.get("tFileList_1_CURRENT_FILEPATH")) so it will iterate each file from the directory to give an input for tFileInputDelimited component
Can we process different file types like ".csv,.txt,.xls,.xlsx" at a time?
.
You can design different subjobs then make "Parallelize" for them. Such as:
tfilelist-->tfileinputdelimited-->tlogrow
tParallelize----
tfilelist-->tfileinputexcel-->tlogrow
Note: tParallelize component is only available in Talend Enterprise Subscription Version.