Skip to main content
Question

Hi everyone, I'm trying to configure the module to push a CSV file into a data pool, I set the following parameters but I'm getting an error "Required part 'file' is not present". Can you help to solve this problem pls?

  • November 2, 2023
  • 3 replies
  • 12 views

andres.naran12
Level 8
Forum|alt.badge.img+10

This is how is set in the documentation:

 

imageand this is how I set the module:

 

image

3 replies

matt.witty13
Level 10
  • Level 10
  • November 3, 2023

I think it's the FileName parameter in your module that seems off. That's where the name of the table you're creating/writing back to needs to go and I'm not sure, at least based off your screenshots, that's the case.

 

image


salma.zeped
Level 7
Forum|alt.badge.img
  • Level 7
  • November 3, 2023

I had a similar error before and I fixed it by adding .csv at the end of the file name. Although in my case, I had to hardcode the name of the file + the extension:

image@andres.naran12 would you mind sharing the blueprint for this action flow? I am interested in sending back a file to a data pool. So far, our solution is done using ML Workbench. Yours seems more future proof :)


andres.naran12
Level 8
Forum|alt.badge.img+10

Hi! Thanks for your answer, I was able to solve it. I just had to change the key by the word 'file' and that fixed the issue and my file was able to push into the data pool.

 

This is the blueprint , that I used as a reference:

https://docs.celonis.com/en/push-csv-to-data-integration.html

I just made some adjustments to adapt to my needs.

 

image