Low code platform for building business apps and workflows in minutes. Supports PostgreSQL, MySQL, MariaDB, MSSQL, MongoDB, Rest API, Docker, K8s, and more 🚀
Looked into it and found our CSV generation code on row export does not properly escape strings, so quotes can mess with the structure of the CSV generated.
Description
We've seen this failure in CI a few times lately:
Looked into it and found our CSV generation code on row export does not properly escape strings, so quotes can mess with the structure of the CSV generated.