Skip to main content
Hi, we are developing a usecase in which we want to automaticaly import a csv / excel on daily base from a fileshare. Until now we have only worked with scheduled databse connections or manual file upload. Is there any possibility to automate a daily csv import into a datamodel? kind regards Benedikt
Hi Benedikt, it is possible to push a table directly into the datamodel using the pycelonis library: https://celonis.github.io/pycelonis/notebooks/02_Pushing_Data.html?highlight=table%20data%20model#Option-2:-Push-the-data-(data-model) Best regards, Viana