Skip to main content
Question

Upload datapool extract .JSON for creating a new data pool

  • February 6, 2024
  • 2 replies
  • 49 views

Hi Everyone, I have exported my data pool as a .json file but I have not found a way to import it via a button in Celonis. Is there a solution to import the file into Celonis?

2 replies

dennis.pflug
Level 10
  • Level 10
  • February 6, 2024

Hi Gundappa,

 

this question was asked some months back within Celopeers -> Link Celopeers

 

There they describe two different ways to upload an extracted data pool .JSON file.

 

  1.  Import exported .json under Add Data connection (in Data pool) > Connect to Data Source > Custom > Import from File. If that is not working try 2.
  2. Import the exported .json file into Celonis using CLI: "content-cli push data-pool -p <profile name> --file <.json file>".

 

BR

Dennis


Hi Gundappa,

 

this question was asked some months back within Celopeers -> Link Celopeers

 

There they describe two different ways to upload an extracted data pool .JSON file.

 

  1.  Import exported .json under Add Data connection (in Data pool) > Connect to Data Source > Custom > Import from File. If that is not working try 2.
  2. Import the exported .json file into Celonis using CLI: "content-cli push data-pool -p <profile name> --file <.json file>".

 

BR

Dennis

Thank you @dennis.pflug, 2nd option worked out.