Built-in filters: ForceCSVMime filter
Introduction
The ForceCSVMime filter forces all documents that are processed by the filter framework to present a text/csv MIME type. This is useful for collections that use the CSVToXML filter where the collection only includes content from a single CSV file or set of CSV files and the web server that hosts the CSV file is not returning the correct MIME type.
Enabling
To enable the filter add ForceCSVMime to the filter chain.
Note: The ForceCSVMime filter must appear in the filter chain before other filters that rely on the text/csv MIME type.
Example
To force Funnelback to treat all documents as CSV and convert all entries to XML:
filter.classes=<default_filter_chain>:ForceCSVMime:CSVToXML