Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Help needed....
I have the following in my job tFileList-->tTikaExtractor-->tFixedFlowInput-->tFileOutputDelimited. tFileList is set to iterate through the directory i want to pick up word files based on the "*.*" mask. Execution of the tFileList seems to be working as expected based on the execution it shows in the work area. The tTikaExtractor requires a File to analyze as input for the Component and is overriding the input filename from the tFileList. How do i iterate through a list of files from a directory for tTikaExtractor ?
Thanks
-Shak
Having ((String)globalMap.get("tFileList_1_CURRENT_FILEPATH")) in the "File to analyze" for tTikaExtractor solved my issue. Now the file list is carried over from tFileList to tTikaExtractor for processing.
Thanks a lot ehigaki!
Have you tried using ((String)globalMap.get("tFileList_1_CURRENT_FILEPATH"))?
Having ((String)globalMap.get("tFileList_1_CURRENT_FILEPATH")) in the "File to analyze" for tTikaExtractor solved my issue. Now the file list is carried over from tFileList to tTikaExtractor for processing.
Thanks a lot ehigaki!