<?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: How to color the table format using HTML in Talend in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-color-the-table-format-using-HTML-in-Talend/m-p/2265208#M44827</link>
    <description>&lt;P&gt;You may try this one:&lt;/P&gt; 
&lt;PRE&gt;"&amp;lt;td&amp;gt;" + context.Last_Modified_date + "&amp;lt;/td&amp;gt;" +
"&amp;lt;td&amp;gt;&amp;lt;span style=\"color: #ffff00;\"&amp;gt;" + context.DB_FileName + "&amp;lt;/span&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;";&lt;/PRE&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 23 Jan 2020 08:03:51 GMT</pubDate>
    <dc:creator>TRF</dc:creator>
    <dc:date>2020-01-23T08:03:51Z</dc:date>
    <item>
      <title>How to color the table format using HTML in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-color-the-table-format-using-HTML-in-Talend/m-p/2265207#M44826</link>
      <description>&lt;P&gt;How to color the DB_Filename (i.e) Highlighted one should be in color using HTML.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;This is the HTML code for the below output.&lt;/P&gt; 
&lt;P&gt;//Code generated according to input schema and output schema&lt;BR /&gt;context.File_Location = input_row.A;&lt;BR /&gt;context.Duplicate_Files = input_row.B;&lt;BR /&gt;context.Last_Modified_date = input_row.C;&lt;BR /&gt;context.DB_FileName = input_row.D;&lt;/P&gt; 
&lt;P&gt;&lt;BR /&gt;String msg = ((String)globalMap.getOrDefault("mailMsg", "&amp;lt;body&amp;gt; &amp;lt;table border=\"1\"&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;File_Location&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Duplicate_Files&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Last_Modified_date&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;DB_FileName&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;"));&lt;BR /&gt;msg = msg +&lt;BR /&gt;"&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;" + context.File_Location + "&amp;lt;/td&amp;gt;" +&lt;BR /&gt;"&amp;lt;td&amp;gt;" + context.Duplicate_Files + "&amp;lt;/td&amp;gt;" +&lt;BR /&gt;"&amp;lt;td&amp;gt;" + context.Last_Modified_date + "&amp;lt;/td&amp;gt;" +&lt;BR /&gt;"&amp;lt;td&amp;gt;" + context.DB_FileName + "&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;";&lt;/P&gt; 
&lt;P&gt;globalMap.put("mailMsg", msg);&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="a.JPG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M8qg.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/129628i829871E34DB2D45E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M8qg.jpg" alt="0683p000009M8qg.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="b.JPG" style="width: 830px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M8lN.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158266i5111D951DA299122/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M8lN.jpg" alt="0683p000009M8lN.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:29:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-color-the-table-format-using-HTML-in-Talend/m-p/2265207#M44826</guid>
      <dc:creator>Darmesh</dc:creator>
      <dc:date>2024-11-16T03:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to color the table format using HTML in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-color-the-table-format-using-HTML-in-Talend/m-p/2265208#M44827</link>
      <description>&lt;P&gt;You may try this one:&lt;/P&gt; 
&lt;PRE&gt;"&amp;lt;td&amp;gt;" + context.Last_Modified_date + "&amp;lt;/td&amp;gt;" +
"&amp;lt;td&amp;gt;&amp;lt;span style=\"color: #ffff00;\"&amp;gt;" + context.DB_FileName + "&amp;lt;/span&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;";&lt;/PRE&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2020 08:03:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-color-the-table-format-using-HTML-in-Talend/m-p/2265208#M44827</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2020-01-23T08:03:51Z</dc:date>
    </item>
  </channel>
</rss>

