Hi,
We are trying to get product groups from the Product Partition report, and there is a product group that contains a double-quote character to designate inches. It seems that this character is not being properly escaped when returned by the API in TSV format.
For example, a product group will appear like this in the response after parsing the TSV:
* / custom label 1 = "custom label value" / product type = "a thing (approx. 30")"
We would expect:
* / custom label 1 = "custom label value" / product type = "a thing (approx. 30"")"
Is this expected behavior? If not, is this a known issue?
Thanks!
Michael