Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have delimited file in the source and I wants to load this to target database.
My target table name should be file name for example(file name is ad_ms.hklive) so my target table name should be ad_ms.
I tried to preform below operation:
tFileList--->tfileInputDelimiter-->tjava--->tpostgres
i want to store a file name in veriable and wanted to pass veriable as target table name.
Can any one help to with this.I am trying to get the file name with below code.
System.out.println(((String)globalMap.get("tFileList_1_CURRENT_FILE").substring(1,(String)globalMap.get("tFileList_1_CURRENT_FILE").indexOf("."))));
Regards
Prasoon