Forum Discussion
Supratim
5 years agoContributor III
Ok. Then try this-
$content.replaceAll(‘\r\n’, ‘’)
groverarena
5 years agoNew Contributor
Where do I add this in my pipeline?
- Supratim5 years agoContributor III
Add mapper after csv formatter , change view of mapper from document to binary for both input and output view, in then use $content.replaceAll(’\r\n’, ‘’) syntax .Make target filed as $content, it will work.