cityofaustin / knackpy

A Python client for interacting with Knack applications
https://cityofaustin.github.io/knackpy/docs/user-guide/
Other
39 stars 17 forks source link

modify default formatter to handle lists #85

Closed chiaberry closed 3 years ago

chiaberry commented 3 years ago

Ran into an issue when formatting records where a short_text field was being returned as a list, its raw value.

The field came back as a list because it belonged to an object that is the “many” in a one-many relationship to locations.

Modifies the default formatter to return a list as a string.

chiaberry commented 3 years ago

@johnclary, do I need to bump the version as well?

johnclary commented 3 years ago

@chiaberry, yes please bump the version and switch the base to the dev branch. otherwise good to go!