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

Announcements
AWS Degraded - You may experience Community slowness, timeouts, or trouble accessing: LATEST HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
BJones1
Contributor
Contributor

How to write data from a tdbinput to csv file when no schema is known

Hi all.

I have a job that reads a txt file with some table names. The job needs to use that name to populate a tdbinput (select * from tablename) and from there write that data into a csv file. The challenge is to write the data not knowing the table schema.

Thanks.

Labels (2)
3 Replies
anselmopeixoto
Partner - Creator III
Partner - Creator III

Hi @Boadil Jones​ 

 

Please take a look at Dynamic schemas. However, this is a subscription only feature.

BJones1
Contributor
Contributor
Author

Im using the free version.

Anonymous
Not applicable

It's impossible to achieve it with free version, you have to define the schema to map the returned fields of query.