matthewjrogers / rairtable

Efficient, Tidyverse-friendly wrapper for the Airtable API
https://matthewjrogers.github.io/rairtable/
Other
13 stars 4 forks source link

Columns returned in random order #5

Closed matthewjrogers closed 2 years ago

matthewjrogers commented 2 years ago

read_airtable() is returning columns in random order, irrespective of initial order in the base. I would expect to get columns in the order provided.

matthewjrogers commented 2 years ago

This is known behavior for the API and not easily remedied.

https://community.airtable.com/t/colums-out-of-order/26899/9

Will re-open if someone wants to add a columns argument in to force selection order