Skip to content

v0.0.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@johnclary johnclary released this 09 Sep 20:21

When a multi-choice knack field is empty, it results in the field value stored as an empty array. The empty arrays were causing problems for some of my downstream processes, and I don't see a reason to keep them, so the parse_data method now converts those empty arrays to empty strings.