I want to use Knime workflows to Extract data from a Service hook/Odata, process/transform the data and Load the data by HTTP post to another Odata end rest point.
Can I achieve this with a Knime workflow? can you please help me here.
Not only that ! can I use SSO and OAUTH login for the endpoints?
Share documents, links, and any materials that can help me. thanks a lot.
Br,
Gabriel.
We don’t have workflows specific to Odata that I am aware of. However, you might be able to adapt this workflow for your purpose:
It shows how the POST Request and GET Request nodes can be used for authentication and data retrieval, respectively, for the SugarCRM and Salesforce platforms.