I'm not sure how this exchange might relate but my developer has provided CSV export capabilities for query results listings at https://search.aboutthem.info/ Any comments or suggestions on how we might enhance the functionality of our StratML-enabled query service would be most welcome. Owen Amburhttps://www.linkedin.com/in/owenambur/
On Tuesday, October 1, 2024 at 04:42:12 AM EDT, Christian Grün christian.gruen@gmail.com wrote:
Hi Omar, Thanks for the observation. For the SERIALIZER option, there was a corresponding note which I have added to the EXPORTER option, along with a little example for exporting CSV [1]. Best,Christian [1] https://docs.basex.org/main/Options#exporter
On Mon, Sep 30, 2024 at 4:04 PM Omar Siam Omar.Siam@oeaw.ac.at wrote:
Hi,
I just tried after some time to script a CSV export with a BXS file. I forgot how to set multiple options for the csv serialization. In the end this worked: <set option="EXPORTER">method=csv,csv=header=true,,lax=false,,quotes=true</set> I can not find it on docs.basex.org. Perhaps this should be added and explained.
Best regards