Weekly EcoVadis extraction
Now that we have the initial data from EcoVadis, we need to set up the logic that will import the latest updates on a weekly basis from the EcoVadis API into Celonis Platform.
For this we just need to create a new job in the scope “EcoVadis Connection”:
And configure the job to use the following parameters:
f__status_last_update__ge='"2022-10-23"'
, f__published_date__ge='"2022-10-23"'
and filter_mode='or'
You should configure the two dates to be yesterday’s date. For example, if you performed the Initial EcoVadis extraction on 2022-10-17 then your URL should replace "yyyy-mm-dd" with “2022-10-16”.