<?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 Right aligned output text - Hierarchical map EDI to Text in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Right-aligned-output-text-Hierarchical-map-EDI-to-Text/m-p/2273125#M50199</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am developing hierarchical map for EDI to Text -&lt;/P&gt;&lt;P&gt;Few of the output fields expect right aligned output as shown below. you can see 325.610, 35.470 etc are right aligned in the output.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please let me know how to right align them ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NP25&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 325.610 TIM USD&lt;BR /&gt;NP25&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 353.470 TIM USD&lt;BR /&gt;NP25&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 244.340 TIM USD&lt;BR /&gt;NP25&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 32.730 TIM USD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 04:00:45 GMT</pubDate>
    <dc:creator>VijayTalend</dc:creator>
    <dc:date>2024-11-16T04:00:45Z</dc:date>
    <item>
      <title>Right aligned output text - Hierarchical map EDI to Text</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Right-aligned-output-text-Hierarchical-map-EDI-to-Text/m-p/2273125#M50199</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am developing hierarchical map for EDI to Text -&lt;/P&gt;&lt;P&gt;Few of the output fields expect right aligned output as shown below. you can see 325.610, 35.470 etc are right aligned in the output.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please let me know how to right align them ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NP25&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 325.610 TIM USD&lt;BR /&gt;NP25&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 353.470 TIM USD&lt;BR /&gt;NP25&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 244.340 TIM USD&lt;BR /&gt;NP25&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 32.730 TIM USD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:00:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Right-aligned-output-text-Hierarchical-map-EDI-to-Text/m-p/2273125#M50199</guid>
      <dc:creator>VijayTalend</dc:creator>
      <dc:date>2024-11-16T04:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: Right aligned output text - Hierarchical map EDI to Text</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Right-aligned-output-text-Hierarchical-map-EDI-to-Text/m-p/2273126#M50200</link>
      <description>&lt;P&gt;Suppose you're expecting 4 digits for the left side and 3 for the right side, you can use the following code in a tJavaRow component:&lt;/P&gt;&lt;PRE&gt;DecimalFormat df1 = new DecimalFormat("###0.000");
output_row.price = df1.format(input_row.price);&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2019 13:50:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Right-aligned-output-text-Hierarchical-map-EDI-to-Text/m-p/2273126#M50200</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2019-11-27T13:50:20Z</dc:date>
    </item>
  </channel>
</rss>

