Overview
Plug-in Notes:
Key Features & Functionality
The Appian Log Reader Plug-in contains functionality to:
In the readcsvlog function and all its variants, the row results are returned by concatenating each field with the variable private static final String SEPARATOR, whose value is a comma. When concatenating values that contain a comma, there is no way to parse the results. If it is not possible to return the rows as an array of strings (with each field as an element), could an extension be made to allow passing the output separator value?
You could try using this tool - it helps present the log data in a much clearer format.
i've been complaining about this issue for years and it's basically gone ignored. there's no excuse for the output not either returning a dictionary, map, or at least value-escaped CSV (with delimiters), or preferably, JSON string. Instead we get a mess that's impossible to meaningfully parse.