Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a task, namely:
From the Informix database, I should get the list of names of files, then fetch from an archive, copy these files into a Temp directory, unpack and then move these files to the input directory.
I think I can use for that the next components:
iInformixInput -> tJava (since I can create dynamic list of filenames and write in a context variable) -> tFileCopy (to copy the data into Temp directory) -> tFileUnarchive (to unpack the file and move to Input directory).
Its a good idea? Or someone already has experience with such tasks and can suggest another alternative to me?
subJob1 - iInformixInput -> tJFlowToIterate->tJavaFlex(dummy) - onComponentOk ->
subjob2 - tFileCopy -> tFileUnarchive
subJob1 - iInformixInput -> tJFlowToIterate->tJavaFlex(dummy) - onComponentOk ->
subjob2 - tFileCopy -> tFileUnarchive
Thank you very much for your quick response. I try to realize your proposal. 🙂