Hello,
I constructed a small XQuery script which contains the following specifications.
declare option output:method "csv"; declare option output:csv "header=yes, separator=|, quotes=yes"; …
The query execution succeeded (in principle) with the software “BaseX 9.7”.
I observed data processing results where displayed columns contained space characters. I would expect that such data should be handled as text strings then. Thus I would expect also that these data should be enclosed by double quotes (according to the safe handling of CSV files). But this did not happen for my software test.
Will any additional settings become relevant for this use case?
Regards, Markus