Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
Use the tOracleInput to get the data from oracle and tFileOutputDelimited component as output file:
tOracleInput--main-->tFileInputDelimited
Please download the user documentation and learn more.
Feel free to post your questions!
Best regards
shong
The left hand side names are the columns names of the resultant query and should be generated automatically.
"id" + separator + row1.id + "\n"
"value" + separator + row1.value + "\n"
"sectype" + separator + row1.sectype + "\n"
"secsubtype" + separator + row1.secsubtype + "\n"
"secsubtyp2" + separator + row1.secsubtyp2 + "\n"
"Coup" + separator + row1.Coup + "\n"
"descript" + separator + row1.descript + "\n"
"rating1" + separator + row1.rating1 + "\n"
"rating1id" + separator + row1.rating1id + "\n"
+ "\n"