Is there a way to connect Anaplan with KNIME?

Hi all,

I'm trying to connect Anaplan with KNIME to automate some custom upload files. And thinking to use Anaplan API, but haven't figured out yet how to connect it. Hoping that sb already managed to connect to KNIME.

Thank you!

Answers

  • As far as I know, there are no connectors developed to extract data from KNIME and import into Anplan.

    However, you need to consider that Anaplan imports CSV/TXT as external sources, so you could split the integration automation into 2 main steps:

    1. extract data from KNIME to a CSV/TXT file
    2. import CSV/TXT file into Anaplan

    You could also verify if there is any 3rd party integration tool that has developed connectors to KNIME and Anaplan.

    Hope it helps,

    Alex

  • @alexpavel Thanks, but I know for sure that this is possible. As Anaplan has Python connection, which potentially could be used in Anaplan Python node or smth.