Skip to main content

Hi,

we have a usecase where want to analyse Datan from CSV-Files with Celonis.

It works fine with manuel File Upload but we want to eliminate the manuel work.

Is there any way to update the data from an Networkshare or something similar automaticaly?

As far as i've seen there is no way to define a Datajob for that.

 

Thanks for your help!

 

Benedikt

Hi Benedikt, thank you for reaching out. Please be informed that unfortunately, the Network share is not an option, but you can create a data connection that enables you to connect to a specific source system and to extract data from it. For further information you can refer to our online help link as per below: https://syseng.eu-1.celonis.cloud/help/display/CIBC/Data+Connections
Hi Benedikt, thank you for reaching out. Please be informed that unfortunately, the Network share is not an option, but you can create a data connection that enables you to connect to a specific source system and to extract data from it. For further information, you can refer to our online help link below: https://help.celonis.cloud/help/display/CIBC/Data+Connections

Hi Benedikt,

you could use the Push API to push data into a data pool from every script you like. Maybe it has to be activated seperately by Celonis for your account, I can't remember exactly.

Go to the Documentation and search for Push API. There is also a Python library that wraps althese HTTP Calls, which is pretty neat:

https://celonis.github.io/pycelonis/reference/pycelonis.celonis_api.event_collection.data_pool.html#module-pycelonis.celonis_api.event_collection.data_pool

BR Florian