Budibase / budibase

Low code platform for building business apps and workflows in minutes. Supports PostgreSQL, MySQL, MSSQL, MongoDB, Rest API, Docker, K8s, and more 🚀
https://budibase.com
Other
21.21k stars 1.43k forks source link

Request: filenames of exported CSVs to match table name #13981

Open danielrosehill opened 1 week ago

danielrosehill commented 1 week ago

Currently when using the export function at the data level in Budibase (SaaS) the system renders the file as export.csv :

image

It would be convenient (when exporting a lot of tables in this manner) if the export CSV filenames could inherit the table name so that they could be easily distinguished.

E.g.

Table 'fruits' exports to fruits.csv or fruits_export.csv or (more usefully again) fruits_export_[timestamp].csv

Just in case it's a "me" issue, my DB connection is to PostgreSQL.

linear[bot] commented 1 week ago

BUDI-8380 Request: filenames of exported CSVs to match table name