Overview
Plug-in Notes:
Key Features & Functionality
The Appian Log Reader Plug-in contains functionality to:
Hello,
I'm trying to use this plugin to get values from records_usage.csv in the context of our GDPR solution. I can read the file with readcsvlog but filter on Timestamp seem not working. When I run this:
readcsvlog( csvPath: "/audit/records_usage.csv", timestampColumnName:"Timestamp", timestampStart: a!subtractDateTime(startDateTime: today(), days:100), timestampEnd: today() )
The function return 0 row.
Other filter works, for example:
readcsvlog( csvPath: "/audit/records_usage.csv", filterColumName:"Timestamp", filterOperator:"startsWith", filterValue:"1 Feb 2023")
But my goal is retrieve a periode and this kind of filter doesn't support "Between"
Regards
Jean-Alain