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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

how to process csv file body from a route in a job

I have a route which retrieves data from a csv file in s3 and pass the body to a job. In the job how can i get the schema and pass this to tDBOutputBulkExec component.

 

Given below the screen shots

Route:

0683p000009M3cp.png

 

Job:

0683p000009M3cW.png 

 

 

Labels (3)
1 Reply
Anonymous
Not applicable
Author

Hello,

You could  accept messages from a Route using the tRouteInput component and send messages to a Route using the tRouteOutput component.

Best regards

Sabrina