Unable to retrieve text data using api/analytics/rawData

When retrieving data using api/analytics/rawData, zero is returned in value field for any data element with Value type = Text, rather than the text value.

I see in the header metadata that valueType=NUMBER, but not sure if this is modifiable: {“name”:“value”,“column”:“Value”,“valueType”:“NUMBER”,“type”:“java.lang.Double”,“hidden”:false,“meta”:false}

Using 2.33.4. No issues retrieving numeric data. Correct text values are returned when using DataValueSet instead of RawData.

Any suggestions?

Thanks!