Import Zoho Analytic to KNIME

This is a new project to me that I need to get data from Zoho Analytic, and do some analysis in KNIME. Please if anyone can point me the direction how to import data from Zoho Analytic? Is there a node to do it or by Python node to get the data by Zoho API?

1 Like

Hello @anguslou,

to my knowledge there is no dedicated node to get data from Zoho Analytics to KNIME. As you said you can use Python or nodes from KNIME REST Client Extension if Zoho API supports it.

Br,
Ivan

4 Likes

The API documentation looks like the Rest Node should work well:

E.g.
https://www.zoho.com/analytics/api/#add-row

They even include code samples - which you could use for the REST, Java Snippet and Python Nodes :thinking:

4 Likes

It simply works, thank you.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.