Export
Export data as CSV or XML.
Available for: EE2, EE3, EE4
Version: 2.0.0
Download for EE2
Download for EE3
Download for EE4/5
AJW Export is a quick plugin for EE2/3/4 that allows you to export data from the ExpressionEngine database as a CSV or XML file.
Example
An example CSV export would be:
{exp:ajw_export
sql="SELECT member_id, screen_name, email FROM exp_members"
format="csv"
}
which would export the results to the browser. Adding a filename= parameter will cause it to download to a file.