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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Specialist III
Specialist III

Joblet Metadata

I am working on a joblet that will read in multiple filetypes.  I am using a tFileDelimited and tExtractDynamicFields to read the input file dynamically.  However, the tExtractDynamicFields requires an output schema be specified.  I am planning to use the joblet across many jobs and cannot hardcode a schema in tExtractDynamicFields in the joblet.  Is there a way to specify the schema in the main TOS job and have it included in the joblet?

Labels (2)
1 Reply
Anonymous
Not applicable

tExtractDynamicFields is used to extract fields from a Dynamic column, you should know the real column names and define them on schema, otheRwise, it will output null value.