Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Talend comes with soooo many components, which is great, but as a noobie I don't know where to start looking for the tools that might help me accomplish the following:
I've successfully built a job in TOS that pulls data from a folders worth of csv files and copies them to a MySQL database using tFileList, tFileInputDelimited, etc.
What I'd like to do now is log the name of each file that gets copied and the datetime it was copied. Then, when the job is run in the future, I want to consult that log and limit my export to the files which either haven't been copied or have been edited since the last time they were copied. So, a couple questions:
Not sure I understand what you're saying for my second point. The only output from tFile is an iterate row and that is not a valid input for a tMap, so I don't understand what you mean when you say "after file iteration add tmap".
In regards to your first point. I have added a tRowGenerator element but I don't see any way of calling globalMap.get("tFilelist1_FILE……").