Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
McDataMan
Contributor II
Contributor II

Load fieldnames automatically within a script

Hi!

I am loading the data from google drive generated links.

I want to write a script and load all specified tables by one click and keep the list of field names within a script and not to use the load editor.

Of course, it is possible to load with a '*' and it will be like this:

dimProduct:
LOAD *
FROM [https:/...

 

But I want to load the table with field names and come over the 'Load Editor' as it is time-consuming. 

 

Like this:

FactCustomer:
LOAD AddressLine1,
AddressLine2,
BirthDate,
FROM...

.....

Thanks beforehand

Labels (4)
1 Reply
Brett_Bleess
Former Employee
Former Employee

Have a look at the following Design Blog post, I think it may help, but i am not certain...

https://community.qlik.com/t5/Qlik-Design-Blog/Loops-in-the-Script/ba-p/1473543

Regards,
Brett

To help users find verified answers, please do not forget to use the "Accept as Solution" button on any post(s) that helped you resolve your problem or question.
I now work a compressed schedule, Tuesday, Wednesday and Thursday, so those will be the days I will reply to any follow-up posts.