datopian / data-api

Next generation Data API for data management systems including CKAN.
https://tech.datopian.com/data-api/
MIT License
9 stars 3 forks source link

Support for column (field) ordering on the download file call #21

Open leomrocha opened 3 years ago

leomrocha commented 3 years ago

Currently the returned file during download does not allow for column sorting.

As a client, when I download a file I would like to be able to define the column(field) order on the downloaded files instead of just using the default one.

Acceptance:

Tasks

TODO

Analysis

The js-xlsx library that we are currently using allows for sorting giving as input the ordered list of fields.

TODO. Finish implementation and task analysis. TODO analyze if different ways of sorting are needed (alphabetically, key, just by input list, something else)

leomrocha commented 3 years ago

@EvgeniiaVak please check if something else is needed and add it to the issue

EvgeniiaVak commented 3 years ago

@leomrocha looks fine :+1: