dashjoin / platform

Dashjoin Is an Open Source & Cloud Native Low Code Development and Integration Platform that helps teams deliver applications faster 🚀 Uses a data-driven approach inspired by Linked Data to make use of your existing assets
https://dashjoin.com
GNU Affero General Public License v3.0
89 stars 7 forks source link

CSV Export from table does not take column selection into account - also PKs are not resolved in the Export #385

Open pgrill79 opened 1 week ago

pgrill79 commented 1 week ago

I can export an table to a CSV. A filter is taken into account, but

Table (with Filter an selected columns): image

Export: image

aeberhart commented 6 days ago

we are using the default react admin export feature https://marmelab.com/react-admin/List.html#exporter

guess taking the projected columns into account would be possible

not sure about the key issue, since there might be different keys that resolve to the same key (e.g. many persons might be called fisher)