XML File Import - Help

Hi everyone,

Could someone help me with an action that consolidates all records into a single line, removing the line breaks?

As you can see, I'm importing an XML file, then removing the first column, and concatenating the values to bring everything into the same line. However, it keeps the "/n" and I would like to remove that. It should look something like this:

Data xmlns:xsi="xxxxxxxxxxxxx" xmlns:xsd="xxxxxxxxxxxxxxxxxxxx">Header>

But it's currently like this:

Data xmlns:xsi="xxxxxxxxxxxxx" xmlns:xsd="xxxxxxxxxxxxxxxxxxxx">
.Header>

Any ideas? Thanks!

Hi Vinícius,

There are multiple ways how to achieve that in EasyMorph. The simplest is to use the "Sanitize text" action (see below).

It worked perfectly. Thank you so much for all you do!

You're welcome! :slight_smile: