Hi!
I'm trying to use the "Log Reader" pluging to read the login-audit.csv logs through expression rules, but it doesnt work. According to the comments on the pluging it seems that this is a common failure, so does anybody knows how to make it work or any other way to store this information on the Appian Database?
Discussion posts and replies are publicly visible
readcsvlog() function is working for me. See sample code and screenshot for reference.
a!localVariables( local!logFile: readcsvlog(csvPath: "login-audit.csv"), local!logFile )
Hi! That's what I did but now I realize that it failed because I've been trying to read logs older than a month and in those cases the file extension changes from .csv to csv.gz Do you know if there's a way to read those folders, which contains the csv that I need to read? ?
Ok, thanks!
use Gunzip-File-Utilities plugin to read .gz files