Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
while (fid_tFileInputDelimited_1.nextRecord()) {
/**
* stop
*/
/**
* start
*/
currentComponent = "tFileInputDelimited_1";
tos_count_tFileInputDelimited_1++;
/**
* stop
*/
NB_ITERATE_tJava_1++;
/**
* start
*/
ok_Hash.put("tJava_1", false);
start_Hash.put("tJava_1", System.currentTimeMillis());
currentComponent = "tJava_1";
int tos_count_tJava_1 = 0;
String foo = "bar";
/**
* stop
*/
/**
* start
*/
currentComponent = "tJava_1";
tos_count_tJava_1++;
/**
* stop
*/
/**
* start
*/
currentComponent = "tJava_1";
ok_Hash.put("tJava_1", true);
end_Hash.put("tJava_1", System.currentTimeMillis());
/**
* stop
*/
/**
* start
*/
currentComponent = "tFileInputDelimited_1";
}
I looked in the generated source code from TOS and didn't find how i can access the fields each row
fid_tFileInputDelimited_1.get(indx)