- CSV export now escapes string fields to mitigate CSV injection (double quotes escaped, strings prefixed with a single quote and wrapped in double quotes).
- Escaping is applied to all string data types except ISO‑8601 formatted dates.
- Documentation updated with details on the new export format.