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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to retrieve oracle table structure at run time

Hi,

 

Can anybody let us know how can we reterive Oracle table structure at run time and use that same structure for tFileinputDelimited component as a schema ?

 

 

Regards,

Vivek 

Labels (2)
3 Replies
fdenis
Master
Master

you can use sys.All_Objects views you may need more rights to access sys tables ask to your oracle admin
Anonymous
Not applicable
Author

Thats fine,how can we use that table structure as tFileInputDelimited schema ?

fdenis
Master
Master

you can use dynamic type who include the structure.
or just use field name (delimited file have not type)