CSV Export

Write data to a CSV spreadsheet, so you can import the data with other software or with Open Office Calc, Libreoffice Calc or Excel.

If you use output plugins to index you data to a search index like Solr or Elastic Search, you can read and filter the data with their powerful search APIs.

Just set the Solr result writer to CSV format by the wt paramater:

localhost:8983/solr/core1/select?q=*:*&wt=csv