Your data may contain characters which can have a special meaning in a different context, e.g. can be interpreted as code. Typically the symbols greater than > and less than < can cause issues because they mark the beginning/end of a HTML tag. The following table explains how such characters are treated in Pricefx.
|
Characters / Examples of data |
Status |
|---|---|
|
Special characters from range 0h – 1Fh |
Will be removed, except for:
|
|
|
Will stay unchanged |
|
|
Will stay unchanged |
|
|
Will be considered a tag and will be removed or closed (and a closing tag will be added) For example:
|
|
|
Will be removed, as this is considered a start of |
|
|
Will be considered a closing tag. |
|
HTML |
Supported HTML tags and attributes are listed here.
|