<?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: [resolved] Metadata - Schema - &amp;quot;Guess&amp;quot;ing Length for fields with null values in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Metadata-Schema-quot-Guess-quot-ing-Length-for-fields/m-p/2248143#M33091</link>
    <description>done : 3815&lt;BR /&gt;3865</description>
    <pubDate>Fri, 16 May 2008 19:19:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2008-05-16T19:19:04Z</dc:date>
    <item>
      <title>[resolved] Metadata - Schema - "Guess"ing Length for fields with null values</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Metadata-Schema-quot-Guess-quot-ing-Length-for-fields/m-p/2248141#M33089</link>
      <description>Currently it looks like when you press the "Guess" button and the field is null, the Type is set to String and the Length isn't given a value (or is given a null value, which translates to 0 to tMSSqlOutput - see quote below). 
&lt;BR /&gt;It would be nice if there was an option on the update/edit schema screen to set what you want the default Type and Length to be if a field comes up as null. (simple example of the kind of thing I mean : pic #3) 
&lt;BR /&gt;Or at least have the translation of the null value for Length set to something other than 0, so the error below doesn't happen. 
&lt;BR /&gt; 
&lt;BR /&gt;Because, currently, if you click the "Guess" button and leave the schema as its defined, and there are null fields, you get the following error if you try to run the job: 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Starting job Copy_of_BBdataTransform_2 at 15:16 15/05/2008.&lt;BR /&gt;&lt;B&gt;Exception in component tMSSqlOutput_2&lt;BR /&gt;java.sql.SQLException: Line 1: Length or precision specification 0 is invalid.&lt;/B&gt;&lt;BR /&gt; at net.sourceforge.jtds.jdbc.SQLDiagnostic.addDiagnostic(SQLDiagnostic.java:365)&lt;BR /&gt; at net.sourceforge.jtds.jdbc.TdsCore.tdsErrorToken(TdsCore.java:2781)&lt;BR /&gt; at net.sourceforge.jtds.jdbc.TdsCore.nextToken(TdsCore.java:2224)&lt;BR /&gt; at net.sourceforge.jtds.jdbc.TdsCore.getMoreResults(TdsCore.java:628)&lt;BR /&gt; at net.sourceforge.jtds.jdbc.JtdsStatement.processResults(JtdsStatement.java:525)&lt;BR /&gt; at net.sourceforge.jtds.jdbc.JtdsStatement.executeSQL(JtdsStatement.java:487)&lt;BR /&gt; at net.sourceforge.jtds.jdbc.JtdsStatement.executeImpl(JtdsStatement.java:664)&lt;BR /&gt; at net.sourceforge.jtds.jdbc.JtdsStatement.execute(JtdsStatement.java:1114)&lt;BR /&gt; at notifications.copy_of_bbdatatransform_2.Copy_of_BBdataTransform_2.tFileInputDelimited_2Process(Copy_of_BBdataTransform_2.java:910)&lt;BR /&gt; at notifications.copy_of_bbdatatransform_2.Copy_of_BBdataTransform_2.tFileList_1Process(Copy_of_BBdataTransform_2.java:360)&lt;BR /&gt; at notifications.copy_of_bbdatatransform_2.Copy_of_BBdataTransform_2.runJobInTOS(Copy_of_BBdataTransform_2.java:3530)&lt;BR /&gt; at notifications.copy_of_bbdatatransform_2.Copy_of_BBdataTransform_2.main(Copy_of_BBdataTransform_2.java:3429)&lt;BR /&gt;moment pid root_pid father_pid project job context priority type origin message code&lt;BR /&gt; 2008-05-15 15:16:26|BfJQYR|BfJQYR|BfJQYR|NOTIFICATIONS|Copy_of_BBdataTransform_2|Default|6|Java Exception|tSendMail_6|Line 1: Length or precision specification 0 is invalid.|1&lt;BR /&gt;Job Copy_of_BBdataTransform_2 ended at 15:16 15/05/2008. &lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt; 
&lt;IMG src="/legacyfs/online/membersTempo/1327/11532_01 - guessing length 01.JPG" /&gt; 
&lt;IMG src="/legacyfs/online/membersTempo/1327/11532_02 - job.JPG" /&gt; 
&lt;IMG src="/legacyfs/online/membersTempo/1327/11532_03 - possible additional option on schema form.JPG" /&gt;</description>
      <pubDate>Sat, 16 Nov 2024 14:22:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Metadata-Schema-quot-Guess-quot-ing-Length-for-fields/m-p/2248141#M33089</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Metadata - Schema - "Guess"ing Length for fields with null values</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Metadata-Schema-quot-Guess-quot-ing-Length-for-fields/m-p/2248142#M33090</link>
      <description>Hello 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Currently it looks like when you press the "Guess" button and the field is null, the Type is set to String and the Length isn't given a value (or is given a null value, which translates to 0 to tMSSqlOutput - see quote below).&lt;BR /&gt;It would be nice if there was an option on the update/edit schema screen to set what you want the default Type and Length to be if a field comes up as null. (simple example of the kind of thing I mean : pic #3)&lt;BR /&gt;Or at least have the translation of the null value for Length set to something other than 0, so the error below doesn't happen.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Yes, you are right. Can you report a bug/feature on our bugtracker? 
&lt;BR /&gt;Thanks for your support! 
&lt;BR /&gt;Best regards 
&lt;BR /&gt; shong</description>
      <pubDate>Fri, 16 May 2008 03:32:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Metadata-Schema-quot-Guess-quot-ing-Length-for-fields/m-p/2248142#M33090</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-05-16T03:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Metadata - Schema - "Guess"ing Length for fields with null values</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Metadata-Schema-quot-Guess-quot-ing-Length-for-fields/m-p/2248143#M33091</link>
      <description>done : 3815&lt;BR /&gt;3865</description>
      <pubDate>Fri, 16 May 2008 19:19:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Metadata-Schema-quot-Guess-quot-ing-Length-for-fields/m-p/2248143#M33091</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-05-16T19:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Metadata - Schema - "Guess"ing Length for fields with null values</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Metadata-Schema-quot-Guess-quot-ing-Length-for-fields/m-p/2248144#M33092</link>
      <description>have I mentioned lately how much I adore you guys?&lt;BR /&gt;really, this is awesome!!</description>
      <pubDate>Wed, 15 Oct 2008 22:58:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Metadata-Schema-quot-Guess-quot-ing-Length-for-fields/m-p/2248144#M33092</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-10-15T22:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Metadata - Schema - "Guess"ing Length for fields with null values</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Metadata-Schema-quot-Guess-quot-ing-Length-for-fields/m-p/2248145#M33093</link>
      <description>Hey, What about precision? Can we set that too?</description>
      <pubDate>Thu, 19 Jun 2014 12:30:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Metadata-Schema-quot-Guess-quot-ing-Length-for-fields/m-p/2248145#M33093</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-19T12:30:50Z</dc:date>
    </item>
  </channel>
</rss>

