I’m using the the new 10.0.4 Query tool to retrieve lines from and endpoint’s log file. However, the browser display is breaking “quoted” elements into columns.
For example, this:
Q: locked rawlines containing ("BES") of file ((current year as string) & (current month as two digits) & (current day_of_month as two digits) & ".log") of folder "Logs" of folder "__Global" of data folder of client
might result in:
A: Command succeeded parameter "thePath" = "/Library/Application\ Support/BigFix/BES\ Agent"
But in WebUI Query it looks like this:

Is there way to make it give me just the raw text lines, without additional interpretation?