I'd like the ability to control export units on a per-attribute basis, so that I could, for instance, export one of a record's attributes in inches and another attribute on that same record in centimeters.
Ideally, the workflow would be:
Create AttributeDefinitions for each attribute
On each AttributeDefinition, set the desired export unit via an attribute, property, or method
Pass the AttributeDefinitions to bulk_fetch
The resulting AttributeValues have data in the desired units
Would this be possible with the current STK?