You are not logged in.
Announcement
Unanswered posts
|
Pages: 1

Hi All,
I've a scenario under which, there is one tJava component and one tFileInputDelimiter. The location of flat file stored in tFileInputDelimiter needs to be read by tJava component. There is a rountine which converts the flat file into xml format. But the routine needs the location of flat file as the input. tJava component calls this routine. Hence, is there any way by which we can directly feed the flat file represented by tFileInputDelimiter to tJava for further processesing??
Many thanks in advance.
please help.
Sonal
Offline
Hello Sonal
Yes, you can iterate each row(file path) on tJava, your job looks like:
tFileInputDelimited---row1---tFlowToIterate---iterate--tJava
on tJava:
RoutineName.methodName((String)globalMap.get("row1.filepath"));About usage of tFlowToIterate, see [Forum, topic 5827] [resolved] How to use Flowtoiterate.
Best regards
shong
Offline
Pages: 1