Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Necator
Contributor III
Contributor III

Change autogenerated Code made by inserting qvds via Data Connections

Hello,

currently I am mostly loading qvds by inserting the script automated via the data connection menu.

If I do so the code looks something like this:

LOAD
FIELD1,
FIELD2,
FIELD3
FROM [Path/Filename.qvd]
(qvd);

 

Can I somehow change the default writing of the "FROM" and "LOAD" on serverSide, e.g. make it UpperCamelCase ?

 

Best

 

Labels (1)
0 Replies