<?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: data Type &amp;quot;boolean &amp;quot; in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/data-Type-quot-boolean-quot/m-p/2286200#M59822</link>
    <description>&lt;P&gt;and with your solution i have this message:&amp;nbsp;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 731px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M7aV.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158253i7DF4AA6CA1A2A0EB/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M7aV.png" alt="0683p000009M7aV.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 13 Aug 2019 10:02:06 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-08-13T10:02:06Z</dc:date>
    <item>
      <title>data Type "boolean "</title>
      <link>https://community.qlik.com/t5/Talend-Studio/data-Type-quot-boolean-quot/m-p/2286195#M59817</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to convert data type String with "true" to data type boolean with "1".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:59:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/data-Type-quot-boolean-quot/m-p/2286195#M59817</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T04:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: data Type "boolean "</title>
      <link>https://community.qlik.com/t5/Talend-Studio/data-Type-quot-boolean-quot/m-p/2286196#M59818</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LMz5AAG"&gt;@hamza-sellami&lt;/A&gt;&amp;nbsp;,can you provide some example of source and target data?&lt;/P&gt;
&lt;P&gt;below the way.&lt;/P&gt;
&lt;PRE&gt;row1.data.equals("1") ? true : false&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2019 09:45:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/data-Type-quot-boolean-quot/m-p/2286196#M59818</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2019-08-13T09:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: data Type "boolean "</title>
      <link>https://community.qlik.com/t5/Talend-Studio/data-Type-quot-boolean-quot/m-p/2286197#M59819</link>
      <description>&lt;P&gt;i have a an string in couloumn1 source with "true" as value. and in target i have a boolean type&amp;nbsp; with bit(1).&lt;/P&gt;&lt;P&gt;so i want convert "true" to "1".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2019 09:50:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/data-Type-quot-boolean-quot/m-p/2286197#M59819</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-13T09:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: data Type "boolean "</title>
      <link>https://community.qlik.com/t5/Talend-Studio/data-Type-quot-boolean-quot/m-p/2286198#M59820</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LMz5AAG"&gt;@hamza-sellami&lt;/A&gt;&amp;nbsp;,check the below way .&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M7aQ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/140172iEC18E05441D88BE2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M7aQ.png" alt="0683p000009M7aQ.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2019 09:56:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/data-Type-quot-boolean-quot/m-p/2286198#M59820</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2019-08-13T09:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: data Type "boolean "</title>
      <link>https://community.qlik.com/t5/Talend-Studio/data-Type-quot-boolean-quot/m-p/2286199#M59821</link>
      <description>&lt;P&gt;i want 0 or 1 in Target&amp;nbsp;&lt;/P&gt;&lt;P&gt;like this but not working&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;row2.licence_info_mutation_gratuite_confirmee .equals(true) ? "1" : "0" &lt;/PRE&gt;</description>
      <pubDate>Tue, 13 Aug 2019 09:59:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/data-Type-quot-boolean-quot/m-p/2286199#M59821</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-13T09:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: data Type "boolean "</title>
      <link>https://community.qlik.com/t5/Talend-Studio/data-Type-quot-boolean-quot/m-p/2286200#M59822</link>
      <description>&lt;P&gt;and with your solution i have this message:&amp;nbsp;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 731px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M7aV.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158253i7DF4AA6CA1A2A0EB/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M7aV.png" alt="0683p000009M7aV.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2019 10:02:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/data-Type-quot-boolean-quot/m-p/2286200#M59822</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-13T10:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: data Type "boolean "</title>
      <link>https://community.qlik.com/t5/Talend-Studio/data-Type-quot-boolean-quot/m-p/2286201#M59823</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LMz5AAG"&gt;@hamza-sellami&lt;/A&gt;&amp;nbsp;,i believe your source data type is boolean,you no need to convert ,what is your target type?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2019 10:15:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/data-Type-quot-boolean-quot/m-p/2286201#M59823</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2019-08-13T10:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: data Type "boolean "</title>
      <link>https://community.qlik.com/t5/Talend-Studio/data-Type-quot-boolean-quot/m-p/2286202#M59824</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LMz5AAG"&gt;@hamza-sellami&lt;/A&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Assuming your source is Boolean data and target is integer, could you please try below code snippet?&lt;/P&gt; 
&lt;PRE&gt;row2.licence_info_mutation_gratuite_confirmee ? 1 : 0&lt;/PRE&gt; 
&lt;P&gt;It will pick 1 if the boolean value is true else it will be 0.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2019 14:30:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/data-Type-quot-boolean-quot/m-p/2286202#M59824</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-13T14:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: data Type "boolean "</title>
      <link>https://community.qlik.com/t5/Talend-Studio/data-Type-quot-boolean-quot/m-p/2286203#M59825</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My target is boolean, and my source is string with 3 values (false, true or null).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2019 14:32:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/data-Type-quot-boolean-quot/m-p/2286203#M59825</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-13T14:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: data Type "boolean "</title>
      <link>https://community.qlik.com/t5/Talend-Studio/data-Type-quot-boolean-quot/m-p/2286204#M59826</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;What is your source data type? The error is showing that source data itself is having boolean data type.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt;
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2019 14:35:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/data-Type-quot-boolean-quot/m-p/2286204#M59826</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-13T14:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: data Type "boolean "</title>
      <link>https://community.qlik.com/t5/Talend-Studio/data-Type-quot-boolean-quot/m-p/2286205#M59827</link>
      <description>&lt;P&gt;The error "cannot convert Boolean to String does not suggest that the input is of type Boolean. This error simply occurs because you passed a boolean value into the String method "equals" when you do the following&lt;/P&gt;
&lt;PRE&gt;row2.licence_info_mutation_gratuite_confirmee.equals(&lt;FONT color="#FF0000"&gt;true&lt;/FONT&gt;) ? "1" : "0" &lt;/PRE&gt;
&lt;P&gt;Please try the following (exactly as it is shown here):&lt;/P&gt;
&lt;PRE&gt;row2.licence_info_mutation_gratuite_confirmee == null ? null : (row2.licence_info_mutation_gratuite_confirmee.equals("true") ? 1 : 0)&lt;/PRE&gt;
&lt;P&gt;I am not sure what you mean with the target type is "boolean with bit(1)". If it is an Integer, the above should work. If it is a Boolean, the following should work:&lt;/P&gt;
&lt;PRE&gt;row2.licence_info_mutation_gratuite_confirmee == null ? null : row2.licence_info_mutation_gratuite_confirmee.equals("true")&lt;/PRE&gt;</description>
      <pubDate>Wed, 14 Aug 2019 19:13:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/data-Type-quot-boolean-quot/m-p/2286205#M59827</guid>
      <dc:creator>JR1</dc:creator>
      <dc:date>2019-08-14T19:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: data Type "boolean "</title>
      <link>https://community.qlik.com/t5/Talend-Studio/data-Type-quot-boolean-quot/m-p/2286206#M59828</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;my target is boolean and source is String.&lt;/P&gt;
&lt;P&gt;when i use this method :&lt;/P&gt;
&lt;PRE&gt;row2.licence_info_mutation_gratuite_confirmee == null ? null : (row2.licence_info_mutation_gratuite_confirmee.equals(true) ? true : false)  &lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i have this error:&lt;/P&gt;
&lt;PRE&gt;User variable name 'tDBOutputBulkExec_1_tMBE_licence_info_mutation_gratuite_confirmee' is illegal&lt;/PRE&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 09:53:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/data-Type-quot-boolean-quot/m-p/2286206#M59828</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-18T09:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: data Type "boolean "</title>
      <link>https://community.qlik.com/t5/Talend-Studio/data-Type-quot-boolean-quot/m-p/2286207#M59829</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;If you input is a string and the target is boolean, the expression has to be&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;row2.licence_info_mutation_gratuite_confirmee == null ? null : row2.licence_info_mutation_gratuite_confirmee.equals(&lt;FONT color="#FF0000"&gt;"true"&lt;/FONT&gt;)&lt;/PRE&gt;
&lt;P&gt;Please note the double quotes around "true". Please replace "row2" with the name of your input flow.&lt;/P&gt;
&lt;P&gt;As for your error: I do not know how your job (schemas and connections) is set up. In principle, I do not use underscores in column names (use camel case instead) and I try to avoid such long names for columns but I do not think this is the issue here. Nevertheless, I believe this has nothing to do with your original problem.&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 12:10:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/data-Type-quot-boolean-quot/m-p/2286207#M59829</guid>
      <dc:creator>JR1</dc:creator>
      <dc:date>2019-08-18T12:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: data Type "boolean "</title>
      <link>https://community.qlik.com/t5/Talend-Studio/data-Type-quot-boolean-quot/m-p/2286208#M59830</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I just tried your expression, still not working.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 07:26:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/data-Type-quot-boolean-quot/m-p/2286208#M59830</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-19T07:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: data Type "boolean "</title>
      <link>https://community.qlik.com/t5/Talend-Studio/data-Type-quot-boolean-quot/m-p/2286209#M59831</link>
      <description>&lt;P&gt;Sorry, but if you do not provide more details about your job, no one will be able help you with this.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 07:42:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/data-Type-quot-boolean-quot/m-p/2286209#M59831</guid>
      <dc:creator>JR1</dc:creator>
      <dc:date>2019-08-19T07:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: data Type "boolean "</title>
      <link>https://community.qlik.com/t5/Talend-Studio/data-Type-quot-boolean-quot/m-p/2286210#M59832</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;my job is:&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture2.PNG" style="width: 970px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M6zL.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155520iFA1823F9BFCD0E2D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M6zL.png" alt="0683p000009M6zL.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;My tconvertType 2:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture3.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M6zQ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/139418i534862E206B31B94/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M6zQ.png" alt="0683p000009M6zQ.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;mon tmap is:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="capture1.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M6zV.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131232i81CB82A249DC6219/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M6zV.png" alt="0683p000009M6zV.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;My error is:&lt;/P&gt; 
&lt;PRE&gt;Exception in component tDBOutputBulkExec_1_tMBE (ODS_Collecte_Preparation_licence_info_1)
java.sql.SQLSyntaxErrorException: User variable name 'tDBOutputBulkExec_1_tMBE_licence_info_mutation_gratuite_confirmee' is illegal
	at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
	at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97)
	at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
	at com.mysql.cj.jdbc.StatementImpl.executeInternal(StatementImpl.java:781)
	at com.mysql.cj.jdbc.StatementImpl.execute(StatementImpl.java:666)
	at ffh.ods_collecte_preparation_licence_info_1_0_1.ODS_Collecte_Preparation_licence_info_1.tDBInput_1Process(ODS_Collecte_Preparation_licence_info_1.java:6664)
	at ffh.ods_collecte_preparation_licence_info_1_0_1.ODS_Collecte_Preparation_licence_info_1.runJobInTOS(ODS_Collecte_Preparation_licence_info_1.java:9494)
	at ffh.ods_collecte_preparation_licence_info_1_0_1.ODS_Collecte_Preparation_licence_info_1.main(ODS_Collecte_Preparation_licence_info_1.java:9169)&lt;/PRE&gt; 
&lt;P&gt;thanks for your reply&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 09:04:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/data-Type-quot-boolean-quot/m-p/2286210#M59832</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-19T09:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: data Type "boolean "</title>
      <link>https://community.qlik.com/t5/Talend-Studio/data-Type-quot-boolean-quot/m-p/2286211#M59833</link>
      <description>&lt;P&gt;OK, so you are already converting your input string to a Boolean in the tConvertType component. Why are you bothering with further conversion in the tMap? You already have a boolean value in the input of the tMap and simply need to pass it along to the output:&lt;/P&gt; 
&lt;PRE&gt;row2.licence_info_mutation_gratuite_confirmee&lt;/PRE&gt; 
&lt;P&gt;Please try this again with this expression. I still believe, the error has nothing to do with your original problem and originates from the DB output component.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 09:23:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/data-Type-quot-boolean-quot/m-p/2286211#M59833</guid>
      <dc:creator>JR1</dc:creator>
      <dc:date>2019-08-19T09:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: data Type "boolean "</title>
      <link>https://community.qlik.com/t5/Talend-Studio/data-Type-quot-boolean-quot/m-p/2286212#M59834</link>
      <description>&lt;P&gt;i have the same error:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;Exception in component tDBOutputBulkExec_1_tMBE (ODS_Collecte_Preparation_licence_info_1)
java.sql.SQLSyntaxErrorException: User variable name 'tDBOutputBulkExec_1_tMBE_licence_info_mutation_gratuite_confirmee' is illegal
	at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
	at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97)
	at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
	at com.mysql.cj.jdbc.StatementImpl.executeInternal(StatementImpl.java:781)
	at com.mysql.cj.jdbc.StatementImpl.execute(StatementImpl.java:666)
	at ffh.ods_collecte_preparation_licence_info_1_0_1.ODS_Collecte_Preparation_licence_info_1.tDBInput_1Process(ODS_Collecte_Preparation_licence_info_1.java:6659)
	at ffh.ods_collecte_preparation_licence_info_1_0_1.ODS_Collecte_Preparation_licence_info_1.runJobInTOS(ODS_Collecte_Preparation_licence_info_1.java:9489)
	at ffh.ods_collecte_preparation_licence_info_1_0_1.ODS_Collecte_Preparation_licence_info_1.main(ODS_Collecte_Preparation_licence_info_1.java:9164)
Mon Aug 19 10:24:58 CEST 2019 WARN:&lt;/PRE&gt; 
&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 09:27:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/data-Type-quot-boolean-quot/m-p/2286212#M59834</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-19T09:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: data Type "boolean "</title>
      <link>https://community.qlik.com/t5/Talend-Studio/data-Type-quot-boolean-quot/m-p/2286213#M59835</link>
      <description>&lt;P&gt;Again, this is most likely unrelated to your original problem and lies in your output component. From the little I can see, the component cannot create a SQL statement for MySQL. Maybe the column name is too long for MySQL - I am not a MySQL expert.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 09:34:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/data-Type-quot-boolean-quot/m-p/2286213#M59835</guid>
      <dc:creator>JR1</dc:creator>
      <dc:date>2019-08-19T09:34:14Z</dc:date>
    </item>
  </channel>
</rss>

