When metric data is uploaded to the automation server some characters may be removed or changed. In general all data will be subject to URL encoding conversions.
The Orax Agent removes some potentially problematic characters. The most common are "Spaces", "Equal sign" and "Carriage return/new line".
Should you wish to preserve these, you need to replace them in your metric script with the following words:
REPLACE_SPACE: Will preserve a single space.
REPLACE_EQUAL: Will preserve a single equal to sign.
REPLACE_CR: Will preserve a single carriage return / new line character.
Please contact Orax Support to should you need assistance with metric upload issues.