Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Everyone/ @evansdar,
I need to send data from a JSON file from Talend with REST API.
To verify that my file and my POST URL is working, I did the test on Postman without error, it allows to create new object in my tools.
I need this working on Talend, But unfortunately it is failing due to the below error
Here the contents of my JSON file:
----------------
Your body contains the String " row6.content" (probably not what you expect).
Should be (String)globalMap.get("row6.content") if tFlowToIterate_1 use default settings.
Something with your tREST component?
Can your share its settings?
Your body contains the String " row6.content" (probably not what you expect).
Should be (String)globalMap.get("row6.content") if tFlowToIterate_1 use default settings.