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: 
ituhabitu
Contributor
Contributor

Extracting field transformation from app load script [Qlik Sense]

Is there a way, using the API, to retrieve the transformations applied to a field during the data load script?

For example:

MyTable:

LOAD num(mystringfield) as MyNumField

RESIDENT tmp_table;

I'd like to retrieve the final field name (MyNumField) as well as the transformation applied (num(mystringfield)).

I know some tools like Nodegraph do this kind of task (lineage) but we're not big enough to warrant such a tool and was also interested in trying it myself. I have been unable to find this information so far.

Labels (1)
1 Reply
Rohan
Specialist
Specialist

Hi,

Keep your orginal field as is in the data model with a different name & try to fetch that via API. Or if i am missing something.

 

Regards,

Rohan.