All,
i am struggling to read sites_usage.csv log files using readcsvlog() after 23.3, is there any alternate way to read log files?
Discussion posts and replies are publicly visible
Hello Nitin, I don't believe there is any other way to read log files without the Log Reader plugin and without manually accessing the logs yourself through system logs. There is others having similar issues which you can see under the Log Reader plugin comment section here. If you take a look, Gregor has a suggestion of rolling over the log file, maybe that may work for you.
Hinitin07 ,The readcsvlog() function in Appian 23.3 may have limitations with specific log files. Consider implementing custom logic using file manipulation functions as an alternative approach
readcsvlog()