Resolve Had a request for Universal CSV Verification Imports to support RTE markups. Below is a list of what will work and the formatting needed. 


For using rich text formatting need to use following tags:

  • Bold text:

    • <b>testData</b>
  • Red Bold:

    • <b><red>Red text in bold</red></b>
  • Bullet List:


  • Number List:



  • Text Colour:

    • RED: 

      • <red>testData</red>
    • BLUE:

      • <blue>testData</blue>
    • GREEN:

      • <green>testData</green>
    • YELLOW:

      • <yellow>testData</yellow>
    • Dark-Red:

      • <darkred>testData</darkred>
  • Text Background Colour:

    • RED Background: 

      • <redbg>testData</redbg>
    • BLUE:

      • <bluebg>testData</bluebg>
    • GREEN Background:

      • <greenbg>testData</greenbg>
    • YELLOW Background:

      • <yellowbg>testData</yellowbg>
    • Dark-Red Background:

      • <darkredbg>testData</darkredbg>
  • Italic Text:

    • <i>TextData</i>
  • Underline:

    • <u>textData</u>
  • Strike-through:

    • <s>testData</s>
  • For code block:

    • <ncode>Code Block</ncode>