Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello
Please I have a Software send to me CSV files in a folder
With Talend Open Studio for Data Integration in Win7, how can I to do a list of orders to use the csv files one by one to use it in my project with tMap
I tried with tWaitForFile -> tFileInputDetimited
And I did the File name of tFileInputDetimited
((String)globalMap.get("tWaitForFile_1_CREATED_FILE")) -> Not work
And also I tried with tFileList
((String)globalMap.get("tFileList_1_CREATED_FILE")) -> Not work
Thanks
I did this for test and also no rows and Iam sure I have a csv file in my folder
Hi
((String)globalMap.get("tFileList_1_CREATED_FILE")) stores the current file name without file path, you should use this global variable ((String)globalMap.get("tFileList_1_CURRENT_FILEPATH")).
Regards
Shong