Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello there Talend Community,
I am rather new to Talend and am not sure what the best practice is to design a Talend job that outputs an Excel file from a complex query. I'm hitting about 10 tables with sub queries and from 3 different schemas from a Greenplum DB but I haven't found a simple solution to do so (tmap, multiple tGreenplumInput)
Any guidance or suggestions would greatly help!
Best,
Alex
Hello,
What does your complex Greenplum query look like? Could you please set an example for us?
Best regards
Sabrina
I actually was able to fix the query (removed dashes, notes and aliases with quotes) and am using a Postgresql Input component now but have a "java.lang.ClassNotFoundException: org.post.gresqlDriver" error. I believe I have the proper modules installed (see attached) so I'm not sure what the exact issue is.