Data separators
IRC supports commas, newline characters, and tabs as data separators, by default. You can add other characters as data separators using the RuleBuilderConfig.xml file as explained here:

Based on your requirements, configure the xml setting:
| Setting | Description |
|---|---|
| XML file name and path | [InstallPath]\Bizrightspresentation\xml\RuleBuilderConfig.xml |
| Tag | <BulkAddSettings> |
| Configuration setting | To configure a new character as a separator, specify the preferred character in the <Delimiter> node.
For example, in the figure, ampersand (&) is added as a delimiter. |
| Default value | The default separators are comma, newline character and tab. |
If you are using special characters as delimiters, then the special characters must be stored in the RuleBuilderConfig.xml in this format:
| Character | Format |
|---|---|
| Quote (“) | " |
| Apostrophe(’) | ' |
| Ampersand(&) | & |
| Less than(<) | < |
| Greater than(>) | > |