<?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: Leading zeros are removed when using tfileoutputdelimited in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Leading-zeros-are-removed-when-using-tfileoutputdelimited/m-p/2377965#M139776</link>
    <description>&lt;P&gt;I just opened the file and look at it.&lt;/P&gt;&lt;P&gt;This is what I see... It is an comma seperated excel file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000N4YwTAAV.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/139932i4DFCACBB9F2AF278/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000N4YwTAAV.png" alt="0695b00000N4YwTAAV.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 03 Feb 2022 22:38:07 GMT</pubDate>
    <dc:creator>HemaS1</dc:creator>
    <dc:date>2022-02-03T22:38:07Z</dc:date>
    <item>
      <title>Leading zeros are removed when using tfileoutputdelimited</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Leading-zeros-are-removed-when-using-tfileoutputdelimited/m-p/2377955#M139766</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have data extracted from SQL server DB table and when it output to CSV file using tfileoutputdelimited the leading zeros are deleted. For example '02193' becomes  '2193'. &lt;/P&gt;&lt;P&gt;I verified that the column has a datatype of string from DB to tfileoutdelimited. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need help on how to fix this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Hema&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:14:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Leading-zeros-are-removed-when-using-tfileoutputdelimited/m-p/2377955#M139766</guid>
      <dc:creator>HemaS1</dc:creator>
      <dc:date>2024-11-15T23:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: Leading zeros are removed when using tfileoutputdelimited</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Leading-zeros-are-removed-when-using-tfileoutputdelimited/m-p/2377956#M139767</link>
      <description>&lt;P&gt;If the value coming from the DB is a String of "02193" it can only be changed to "2193" if it is converted to an int or the leading character is removed. This won't happen by accident. Can you check every component that the data passes through to ensure that everything is set to String? Maybe show us a screenshot of your job and the source and target component schemas.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 21:13:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Leading-zeros-are-removed-when-using-tfileoutputdelimited/m-p/2377956#M139767</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-02-03T21:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: Leading zeros are removed when using tfileoutputdelimited</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Leading-zeros-are-removed-when-using-tfileoutputdelimited/m-p/2377957#M139768</link>
      <description>&lt;P&gt;Thank you for responding.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here are the screen shots: &lt;/P&gt;&lt;P&gt;tdbInput:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000N4Y8xAAF.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/150918i504954053DD8A7E1/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000N4Y8xAAF.png" alt="0695b00000N4Y8xAAF.png" /&gt;&lt;/span&gt;tfileoutputdelimited:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000N4YAKAA3.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134911iF15910815455180F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000N4YAKAA3.png" alt="0695b00000N4YAKAA3.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 21:19:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Leading-zeros-are-removed-when-using-tfileoutputdelimited/m-p/2377957#M139768</guid>
      <dc:creator>HemaS1</dc:creator>
      <dc:date>2022-02-03T21:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: Leading zeros are removed when using tfileoutputdelimited</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Leading-zeros-are-removed-when-using-tfileoutputdelimited/m-p/2377958#M139769</link>
      <description>&lt;P&gt;Can you replace the tFileoutputDelimited with a tLogRow and check the output to the System.out window?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Oh, one more thought, are you reading the CSV via Excel? Could this be the formatting in Excel? Check the file using a textpad if you are using Excel.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 21:26:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Leading-zeros-are-removed-when-using-tfileoutputdelimited/m-p/2377958#M139769</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-02-03T21:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: Leading zeros are removed when using tfileoutputdelimited</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Leading-zeros-are-removed-when-using-tfileoutputdelimited/m-p/2377959#M139770</link>
      <description>&lt;P&gt;The value read from tdbinput to tlogrow is coming out correctly as shown with the laeading zero:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000N4YI9AAN.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/146345iC8773BA20C70644B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000N4YI9AAN.png" alt="0695b00000N4YI9AAN.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am reading the values directly from database and the schema and the screen shot is above.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here are the settings for this tfileoutputdelimited. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000N4YK0AAN.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148625i2EF2E79F31E9E430/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000N4YK0AAN.png" alt="0695b00000N4YK0AAN.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Advanced settings:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000N4YKtAAN.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148348i6A4DFD9939F20A67/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000N4YKtAAN.png" alt="0695b00000N4YKtAAN.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000N4YLDAA3.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/132638iC581F905852D5732/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000N4YLDAA3.png" alt="0695b00000N4YLDAA3.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 21:36:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Leading-zeros-are-removed-when-using-tfileoutputdelimited/m-p/2377959#M139770</guid>
      <dc:creator>HemaS1</dc:creator>
      <dc:date>2022-02-03T21:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: Leading zeros are removed when using tfileoutputdelimited</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Leading-zeros-are-removed-when-using-tfileoutputdelimited/m-p/2377960#M139771</link>
      <description>&lt;P&gt;How are you reading the the CSV file?&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 22:25:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Leading-zeros-are-removed-when-using-tfileoutputdelimited/m-p/2377960#M139771</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-02-03T22:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: Leading zeros are removed when using tfileoutputdelimited</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Leading-zeros-are-removed-when-using-tfileoutputdelimited/m-p/2377961#M139772</link>
      <description>&lt;P&gt;The data comes from DB query and output to CSV file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000N4Yq1AAF.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/141500iE18D557B029FC83E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000N4Yq1AAF.png" alt="0695b00000N4Yq1AAF.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 22:28:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Leading-zeros-are-removed-when-using-tfileoutputdelimited/m-p/2377961#M139772</guid>
      <dc:creator>HemaS1</dc:creator>
      <dc:date>2022-02-03T22:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: Leading zeros are removed when using tfileoutputdelimited</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Leading-zeros-are-removed-when-using-tfileoutputdelimited/m-p/2377962#M139773</link>
      <description>&lt;P&gt;How do you know what is in the file?&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 22:30:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Leading-zeros-are-removed-when-using-tfileoutputdelimited/m-p/2377962#M139773</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-02-03T22:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: Leading zeros are removed when using tfileoutputdelimited</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Leading-zeros-are-removed-when-using-tfileoutputdelimited/m-p/2377963#M139774</link>
      <description>&lt;P&gt;SOrry, could you clarify?  &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I look at the tlogrow to see what is coming from DB and look at the output file. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 22:34:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Leading-zeros-are-removed-when-using-tfileoutputdelimited/m-p/2377963#M139774</guid>
      <dc:creator>HemaS1</dc:creator>
      <dc:date>2022-02-03T22:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: Leading zeros are removed when using tfileoutputdelimited</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Leading-zeros-are-removed-when-using-tfileoutputdelimited/m-p/2377964#M139775</link>
      <description>&lt;P&gt;How do you know that the leading zeros are deleted? What software do you use to look at the CSV file?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 22:35:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Leading-zeros-are-removed-when-using-tfileoutputdelimited/m-p/2377964#M139775</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-02-03T22:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: Leading zeros are removed when using tfileoutputdelimited</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Leading-zeros-are-removed-when-using-tfileoutputdelimited/m-p/2377965#M139776</link>
      <description>&lt;P&gt;I just opened the file and look at it.&lt;/P&gt;&lt;P&gt;This is what I see... It is an comma seperated excel file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000N4YwTAAV.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/139932i4DFCACBB9F2AF278/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000N4YwTAAV.png" alt="0695b00000N4YwTAAV.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 22:38:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Leading-zeros-are-removed-when-using-tfileoutputdelimited/m-p/2377965#M139776</guid>
      <dc:creator>HemaS1</dc:creator>
      <dc:date>2022-02-03T22:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: Leading zeros are removed when using tfileoutputdelimited</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Leading-zeros-are-removed-when-using-tfileoutputdelimited/m-p/2377966#M139777</link>
      <description>&lt;P&gt;Open the file using a text file reader. Something other than Excel.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 22:39:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Leading-zeros-are-removed-when-using-tfileoutputdelimited/m-p/2377966#M139777</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-02-03T22:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: Leading zeros are removed when using tfileoutputdelimited</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Leading-zeros-are-removed-when-using-tfileoutputdelimited/m-p/2377967#M139778</link>
      <description>&lt;P&gt;Yes, Thank You!! &lt;/P&gt;&lt;P&gt;It is how you view the csv file. Instead of directly opening the excel CSV file I imported the data into a blank excel and viewed it and there it is. The values are populated correctly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate your help on this.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Feb 2022 00:02:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Leading-zeros-are-removed-when-using-tfileoutputdelimited/m-p/2377967#M139778</guid>
      <dc:creator>HemaS1</dc:creator>
      <dc:date>2022-02-04T00:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: Leading zeros are removed when using tfileoutputdelimited</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Leading-zeros-are-removed-when-using-tfileoutputdelimited/m-p/2377968#M139779</link>
      <description>&lt;P&gt;No problem. It's always best to check the data sent to flat files in something like Notepad (for Windows) first. That will show you exactly what has been written to the file.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Feb 2022 00:30:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Leading-zeros-are-removed-when-using-tfileoutputdelimited/m-p/2377968#M139779</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-02-04T00:30:06Z</dc:date>
    </item>
  </channel>
</rss>

