You are not logged in.
Announcement
Unanswered posts
|
Hello
tWaitForFile component will monitor a specify folder and tigger one thing once you create a new file or delete a file. In your case, if you just want to monitor one folder whether there are some new files created and convert them to an excel sheet, you needn't to use tFileList component. Do it like this:
tWaitForFile --Iterate-->tFileInputDelimited--main-->tUnit--->tFileOutputExcel
Best regards
shong
Hi,
I can't get the component tWaitForFile to work.
I want to scan for a csv file and convert it to an excel sheet. If I use tFileListInput it works perfectly, but it doesn't work, if I use tWaitforFile as a trigger.