Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Talend owner format table

Hi,

i'd like to know if talend has an owner format to create tables?? And if so, what is the path where they are positioned?

 

Thanks! 

Labels (2)
3 Replies
Anonymous
Not applicable
Author

I'm not sure what you mean. Ownership is handled in databases and privileges to create tables is also handled there. You can create tables with Talend db components (create if doesn't exist, etc) or you can run DDL scripts. To do this use a t{DB}Row component. 

Anonymous
Not applicable
Author

Hi,

sorry maybe I wasn't clear. I would like to know if Talend allows you to have stage tables with their format (such as allowing you to do SAS) without having to rely on some external pieces (oracles, ....).

 

Thank you.

Anonymous
Not applicable
Author

You can use anything you want to stage your data (db tables, flat files, etc). Talend doesn't limit you by providing tables....and this would be a limitation.