Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a job as below:
tfileinputdelimited-->tExtractJsonField-->tmap-->tWriteJsonField-->tfileOutputdelimited
Now, Instead of passing the processed json output( generated at tWriteJsonField ) into a file, I want to pass it into a context variable so that I can pass the value in tRest component. Is it possible? If yes, How do I achieve this?
Thanks in advance.
Connect a tSetGlobalVar to tWriteJSONField to get the desired values in global variables.