Does anyone have any advice on how to use the ETM to return a list of events that were closed 2 years ago. I can get a list of events, I am struggling with the date of closure parameter. I am then going to push these events through another datamapper which will remove sensitive information. I have tried using the “daysFromEventClosure” drop down with no success.
Solved
ETM datamapper - date closure
Best answer by Paul McCulloch
I would use a channel with an assyst REST source, and specify a suitable query to get the events you want to close. The generated import will have 1 record per event & will be simpler and more efficient than using 1 mapper to process the results of another.
Setting an assyst REST Subpath of /events?eventType=INCIDENT&daysFromEventClosure=5475 will bring back incidents that were closed at least 15 years ago.
Here’s what a suitable channel will look like. Note that my CRON Expression specifies that it only runs in the year 2030. This is a way to make channel that only runs when manually triggered.

Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.