Skip to main content
Question

We need to upload files of more than 1 Gb size. Is the IBC Loader that can be downloaded from GitHub recommended by Celonis?Is there any other way to upload big files?Thanks

  • February 16, 2022
  • 2 replies
  • 11 views

Forum|alt.badge.img+7
We need to upload files of more than 1 Gb size. Is the IBC Loader that can be downloaded from GitHub recommended by Celonis? Is there any other way to upload big files? Thanks

2 replies

florian.mrkvi
Level 7
Forum|alt.badge.img

You can use Celonis' Data Push API (pushing data via HTTP) or the pycelonis Python library which is easier to handle.

 

Link: Pycelonis documentation

For the doku of the Data Push API just search in the Celonis Help for "Data Push API".


Forum|alt.badge.img+7

Thanks