Due to a limitation in the Index Configuration API, if a dimension name has a forward slash character "/" is replaced with an underscore "_".
Message in forge2cas-cmd.log:
Dimension <DIMENSION_NAME>
contains a special character '/', replacing it with an '_' to proceed with the conversion.
Due to limitation in the Dimension Value ID Manager, if a dimension value has a double quotation mark character, it is replaced with an at sign "@".
Message in forge2cas-cmd.log:
Dimension Value<DIMENSION_VALUE>
for the Dimension<DIMENSION_NAME>
contains a double quote character, replacing it with an '@' to proceed with the conversion.
If a dimension value has a new line character "\n", it is replaced with a space instead " ".
Message in forge2cas-cmd.log:
Dimension Value<DIMENSION_VALUE>
for the Dimension<DIMENSION_NAME>
contains a new line character, replacing it with an ' ' to proceed with the conversion.