I have a .DBF file. I use "TFileinputXBase" to read it. My question is: it's possible to transport data from dbf file to Jtable(NetBeans) using Talend Open Studio. Can you give me an idea please. thank you
Hello Romyos
I think you have finished get data from .dbf using TOS, and I showed you how to call talend job in NetBeans before. Now, you want to call talend job in NetBeans and pass the result to NetBeans, right?
Using the method: runJob(String[] args) instead of main(String[] args) and it will return a string array. Please see my screenshot.
input file:
shong elise mhirt
About how to call Talend job in Eclipse, see 2901
Best regards