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?
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.