Overview
Plug-in Notes:
Key Features & Functionality
The Appian Log Reader Plug-in contains functionality to:
I'm trying to read the contents of "design_errors.csv" (which appears to be a normally-formatted CSV file). I've tried readCSVLog(), readCSVLogPaging(), and readCSVLogPagingWithHeaders(); all of them fail to pull back any contents. They do receive the header column names from the CSV file, but return no rows of data. Any suggestions?
Is anyone monitoring comments here? April Schuppel perhaps? I have a use case that requires me to be able to query this log file into the Appian UI, and no other workable ways have really been presented to us.
That is my end goal, yes.
Sam Zacks - do you mean a fix to the plug-in? That seems like it would be useful, since otherwise any future alterations to the columns of a log file will seemingly have the same "breaking" effect.
You're correct about this - I understand the issue is when there are inconsistent column sets. I'm continuing to investigate changes and trying to reproduce so that I can prove out a fix.
phorning - I had Appian Support deprecate the existing design_errors.csv files across all my environments, such that a new file has been created as of a few days ago, so that there is now a consistent number of columns across all rows. Per my expectation, the log reader query now works fine.
Sam Zacks - for further clarification: I've had Appian Support deprecate the existing design_errors.csv in all my environments so that they can start over with consistent columns in all rows, and the log reader query now works fine, as I'd expected.