The following list of characters require encoding before processing data through RSA Archer datafeed:
Character | Encoded Value | Description | " | " | double quotation mark | & | & | ampersand | ' | ' | apostrophe | < | < | less-than sign | > | > | greater-than sign |
To automate encoding for the characters listed above, please follow the steps below:
- Browse to the RSA Archer datafeed configuration that requires encoding.
- Open the Source Definition tab.
- Click Add New and populate the field name.
- Change Field Type to Calculated Field. The status of the field is set to Not Configured.
- Click Edit to change the configuration of this new field
- Add the HTMLEncode([SourceFieldName]) calculation in the Calculation Editor window.
- Click OK. The status of the field is now changed to Configured.
- Apply changes to datafeed configuration.
- Browse to the Data Map tab and map this new field to the target values list replacing the prior mapped source field.
- Apply changes to datafeed configuration.
- Execute the datafeed.
|