<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Add a linebreak after each tag close in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Add-a-linebreak-after-each-tag-close/m-p/2234669#M23955</link>
    <description>&lt;P&gt;Thanks for the answer,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've tried but had an error, I suppose I have to convert the xml to a&amp;nbsp;&lt;SPAN&gt;String?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 30 Apr 2020 19:09:08 GMT</pubDate>
    <dc:creator>JavierP2</dc:creator>
    <dc:date>2020-04-30T19:09:08Z</dc:date>
    <item>
      <title>Add a linebreak after each tag close</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Add-a-linebreak-after-each-tag-close/m-p/2234665#M23951</link>
      <description>&lt;P&gt;Hi there community!&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I'm thinking how to manage the following scenario, I really don't know what's needed, hope you can help me:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Issue:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have xml files like this one (all the tags in 1 line):&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Captura1.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MZfq.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155543i2F1549048E797F4E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MZfq.png" alt="0683p000009MZfq.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Due the endprogram rules I do need to add (space break) after each tag to look as this one:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Captura2.PNG" style="width: 463px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MZxL.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154431iA71F6E73431A74D4/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MZxL.png" alt="0683p000009MZxL.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;Do you think is there any way to achieve this? I will need to do it for many different files that will appear on a SFTP.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks a lot!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:32:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Add-a-linebreak-after-each-tag-close/m-p/2234665#M23951</guid>
      <dc:creator>JavierP2</dc:creator>
      <dc:date>2024-11-16T02:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: Add a linebreak after each tag close</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Add-a-linebreak-after-each-tag-close/m-p/2234666#M23952</link>
      <description>&lt;P&gt;row1.string.replaceAll("&amp;gt;", &amp;gt;\n") may help&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2020 18:40:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Add-a-linebreak-after-each-tag-close/m-p/2234666#M23952</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2020-04-30T18:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: Add a linebreak after each tag close</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Add-a-linebreak-after-each-tag-close/m-p/2234667#M23953</link>
      <description>&lt;P&gt;Thanks for the answer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where can I put that? into a tFileList?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2020 18:42:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Add-a-linebreak-after-each-tag-close/m-p/2234667#M23953</guid>
      <dc:creator>JavierP2</dc:creator>
      <dc:date>2020-04-30T18:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: Add a linebreak after each tag close</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Add-a-linebreak-after-each-tag-close/m-p/2234668#M23954</link>
      <description>No, tFileList is there to get file list from a folder.&lt;BR /&gt;Here you want to change a field value, so you can use tMap, tJavaRow or tJavaFlex component to achieve this.</description>
      <pubDate>Thu, 30 Apr 2020 18:49:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Add-a-linebreak-after-each-tag-close/m-p/2234668#M23954</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2020-04-30T18:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: Add a linebreak after each tag close</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Add-a-linebreak-after-each-tag-close/m-p/2234669#M23955</link>
      <description>&lt;P&gt;Thanks for the answer,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've tried but had an error, I suppose I have to convert the xml to a&amp;nbsp;&lt;SPAN&gt;String?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2020 19:09:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Add-a-linebreak-after-each-tag-close/m-p/2234669#M23955</guid>
      <dc:creator>JavierP2</dc:creator>
      <dc:date>2020-04-30T19:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: Add a linebreak after each tag close</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Add-a-linebreak-after-each-tag-close/m-p/2234670#M23956</link>
      <description>If the content is into a file, you need to read it, then change the content as explained and rewrite it.&lt;BR /&gt;You should share your job design for a better understanding if your usecase.</description>
      <pubDate>Thu, 30 Apr 2020 19:55:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Add-a-linebreak-after-each-tag-close/m-p/2234670#M23956</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2020-04-30T19:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: Add a linebreak after each tag close</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Add-a-linebreak-after-each-tag-close/m-p/2234671#M23957</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've solved it in other manual way, I think it would be easier.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot for your help.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2020 20:09:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Add-a-linebreak-after-each-tag-close/m-p/2234671#M23957</guid>
      <dc:creator>JavierP2</dc:creator>
      <dc:date>2020-04-30T20:09:09Z</dc:date>
    </item>
  </channel>
</rss>

