Which data item attribute will receive paragraph data with break lines in Rational insight data warehouse
Hi,
I am trying to pull custom attribute data value (remarks). In RTC my data would be with break-lines, but when i retrieve value from insight, it is in paragraph.
in RTC,
Attribute Type Value
Remarks Large HTML 1.BRD raised by bank on 08-May-2017
2.Clarification sent to bank on 08-May-2017.
3. Clarification received from bank on 28-Jun-20174. Further Clarification sent to bank on 07-Jul-2017.
But from ODS-> REQUEST_LARGE_STRING_EXTENSION->VALUE. Values are shown in the below format.
|
1. BRD raised by bank on 08-May-2017.<br/>2. Clarification sent to bank on 08-May-2017.<br/>3. Clarification received from bank on 28-Jun-20174. Further Clarification sent to bank on 07-Jul-2017.
So how can i get paragraph line breaks from this data item. |