<?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: tLogRow not showing all characters in field in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tLogRow-not-showing-all-characters-in-field/m-p/2320711#M90827</link>
    <description>&lt;P&gt;&lt;U&gt;this issue has been solved by one of the members ,this is what they said-It seems as though the data type was the issue. I changed it to String in the schema and synced up the columns and I got all the value now instead of only the first character. Thanks for your continued help, it's nice to see an active forum that helps.&lt;/U&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 03 Jul 2018 09:33:19 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-07-03T09:33:19Z</dc:date>
    <item>
      <title>tLogRow not showing all characters in field</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tLogRow-not-showing-all-characters-in-field/m-p/2320708#M90824</link>
      <description>&lt;P&gt;I have a CHAR(6) field in my schema. &amp;nbsp;I am using a tdbRow to execute INSERT statements to populate a temp table. &amp;nbsp;When I display my output via a tLogRow, I am only getting the first character on the field. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;INSERT INTO ACCTS (ACCT_ID,EFF_DT) VALUES('256874','2018-10-01')&lt;/P&gt;
&lt;P&gt;INSERT INTO ACCTS (ACCT_ID,EFF_DT) VALUES('987414','2018-09-01')&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;The tLogRow_1 outputs:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;|ACCT_ID|EFF_DT&amp;nbsp;&lt;BR /&gt;|=------+----------&lt;BR /&gt;|&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/FONT&gt; |2018-10-01&lt;BR /&gt;|&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;9&lt;/STRONG&gt;&lt;/FONT&gt; |2018-09-01&lt;BR /&gt;'-------+----------+----------+----------'&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any ideas on why this may be happening? &amp;nbsp;I appreciate any help!&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jun 2018 20:00:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tLogRow-not-showing-all-characters-in-field/m-p/2320708#M90824</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-27T20:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: tLogRow not showing all characters in field</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tLogRow-not-showing-all-characters-in-field/m-p/2320709#M90825</link>
      <description>&lt;P&gt;Dont know the database you are inserting data into but CHAR(6) should equals VARCHAR(6), change to this. CHAR(6) always (should) store 6bytes as VARCHAR(6) stores only the amount of bytes inserted ... switch !&lt;BR /&gt;Id=12&lt;BR /&gt;CHAR(6) '12____' &amp;lt;&amp;gt; VARCHAR(6) '12' (3bytes)&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;In bytes varchar stores an extra byte...&lt;BR /&gt;If you only store number switch to INT or whatever number type is needed.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jul 2018 00:02:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tLogRow-not-showing-all-characters-in-field/m-p/2320709#M90825</guid>
      <dc:creator>Jesperrekuh</dc:creator>
      <dc:date>2018-07-03T00:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: tLogRow not showing all characters in field</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tLogRow-not-showing-all-characters-in-field/m-p/2320710#M90826</link>
      <description>&lt;P&gt;I am guessing the topic has been already discussed here -&amp;nbsp;&lt;A href="https://community.qlik.com/s/feed/0D73p000004kTgWCAU#M78915" target="_self"&gt;https://community.talend.com/t5/Design-and-Development/tLogRow-Output-displaying-wrong-number-of-characters/m-p/125736#M78915&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jul 2018 07:17:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tLogRow-not-showing-all-characters-in-field/m-p/2320710#M90826</guid>
      <dc:creator>iamabhishek</dc:creator>
      <dc:date>2018-07-03T07:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: tLogRow not showing all characters in field</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tLogRow-not-showing-all-characters-in-field/m-p/2320711#M90827</link>
      <description>&lt;P&gt;&lt;U&gt;this issue has been solved by one of the members ,this is what they said-It seems as though the data type was the issue. I changed it to String in the schema and synced up the columns and I got all the value now instead of only the first character. Thanks for your continued help, it's nice to see an active forum that helps.&lt;/U&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jul 2018 09:33:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tLogRow-not-showing-all-characters-in-field/m-p/2320711#M90827</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-03T09:33:19Z</dc:date>
    </item>
  </channel>
</rss>

