Some import sources can contain escape characters for special characters depending on how they were generated (i.e. generated by a specific software). These escape characters are not recognised by Anaplan and end up being imported as is.
I would like the ability to specify a specific character as an escape character when importing into Anaplan so that Anaplan knows to ignore it.
For example:
|
Source |
How it imports into Anaplan |
With out specified escape character |
\"My String\" |
\"My String\" |
With \ specified as escape character |
\"My String\" |
"My String" |