FROM
(source) and TO
(destination) fields for a particular transformation can be configured using variables. Just enter the {variable name}
anywhere within the FROM
/ TO
fields. The system will replace the {token}
on the value of the global variable with the same name.
A real-life example would be transforming a response from the web service to the file with a new name calculated as constant_{current_timestamp}.json
. The {current_timestamp}
is a global variable set using a JavaScript.
Comments
0 comments
Please sign in to leave a comment.