I have a CSV file with the following fields and data.
type,
state,
priority,
headline,
Defect,
Closed,
Very High,
Hello|World|data | this|has|problem,
when I use XML output, the resultant XML for tag headline becomes
<headline>Hello|World|data | this|has|problem</headline>
under UTF-8 encoding.
what should i do to get output as
`<headline>Hello|World|data | this|has|problem</headline>`