<?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: multiline string is not properly quoted - tDBOutput in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/multiline-string-is-not-properly-quoted-tDBOutput/m-p/2199271#M2264</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LPOkAAO"&gt;@esafonov&lt;/A&gt;&amp;nbsp;,Thank&amp;nbsp; you for your offer ,sure,as of now i do not have any plan &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; . I am from India.&lt;/P&gt;</description>
    <pubDate>Tue, 26 Mar 2019 11:12:46 GMT</pubDate>
    <dc:creator>manodwhb</dc:creator>
    <dc:date>2019-03-26T11:12:46Z</dc:date>
    <item>
      <title>multiline string is not properly quoted - tDBOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiline-string-is-not-properly-quoted-tDBOutput/m-p/2199264#M2257</link>
      <description>&lt;P&gt;I put a standart tDBOutput&amp;nbsp;component in the Talend Job, setup a table schema, and Talend Job become broken / can't compile, with the following error message:&amp;nbsp;&lt;EM&gt;String literal is not properly closed by a double-quote&lt;/EM&gt;&lt;/P&gt; 
&lt;P&gt;Compilation error caused by improperly formatted string literal. Talend generated source code for insert_tDBOutput_1 string initialisation as a multiline string, inserted a "new line" character, but have not appropriate double quoted this line break. I suppose, Java 1.8 compiler can not understand this syntax yet.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;                String insert_tDBOutput_1 = "INSERT INTO " + tableName_tDBOutput_1 + " (address,addresstype,parentaddresscode,name1,name2,name3,address1,address2,contact,zipcode,city,state,country,blacklist,blacklistsince,blacklisttext,deliverycond,shipmentcond,paymentcond,currency,returngoods
via,resourcetype,billcond,billtext) VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)";    &lt;/PRE&gt; 
&lt;P&gt;I can't remove fields to minimize the string length and fit it into a single line, as I need all this fields into database table.&lt;BR /&gt;Please, is it possible to tune a Eclipse, or Talend environment - to tell code generator - do not break the strings into several lines?&lt;/P&gt; 
&lt;P&gt;The problem, may be, with the Talend Component Java Emitter Templates (JET) files for Oracle DB output?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2019 05:20:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiline-string-is-not-properly-quoted-tDBOutput/m-p/2199264#M2257</guid>
      <dc:creator>esafonov</dc:creator>
      <dc:date>2019-03-26T05:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: multiline string is not properly quoted - tDBOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiline-string-is-not-properly-quoted-tDBOutput/m-p/2199265#M2258</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LPOkAAO"&gt;@esafonov&lt;/A&gt;,can you check the below link may help.&lt;SPAN&gt;Could you also show the settings in tOracleOutput component.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCklBCAS" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/Getting-error-quot-String-literal-is-not-properly-closed-by-a/td-p/141281&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2019 05:40:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiline-string-is-not-properly-quoted-tDBOutput/m-p/2199265#M2258</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2019-03-26T05:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: multiline string is not properly quoted - tDBOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiline-string-is-not-properly-quoted-tDBOutput/m-p/2199266#M2259</link>
      <description>Thank you, 
&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt;, I checked this tread, it flagged as "Resolved", it's by my colleague, but actually does not provide the solution.</description>
      <pubDate>Tue, 26 Mar 2019 08:13:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiline-string-is-not-properly-quoted-tDBOutput/m-p/2199266#M2259</guid>
      <dc:creator>esafonov</dc:creator>
      <dc:date>2019-03-26T08:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: multiline string is not properly quoted - tDBOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiline-string-is-not-properly-quoted-tDBOutput/m-p/2199267#M2260</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LPOkAAO"&gt;@esafonov&lt;/A&gt;&amp;nbsp;,you need to check the schema for tDBOutput.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2019 10:07:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiline-string-is-not-properly-quoted-tDBOutput/m-p/2199267#M2260</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2019-03-26T10:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: multiline string is not properly quoted - tDBOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiline-string-is-not-properly-quoted-tDBOutput/m-p/2199268#M2261</link>
      <description>&lt;P&gt;The schema is quite simple, and correct&lt;BR /&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="schema dboutput.jpg" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M3y7.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/151171iAC543A4A259AA223/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M3y7.jpg" alt="0683p000009M3y7.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2019 10:14:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiline-string-is-not-properly-quoted-tDBOutput/m-p/2199268#M2261</guid>
      <dc:creator>esafonov</dc:creator>
      <dc:date>2019-03-26T10:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: multiline string is not properly quoted - tDBOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiline-string-is-not-properly-quoted-tDBOutput/m-p/2199269#M2262</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LPOkAAO"&gt;@esafonov&lt;/A&gt;&amp;nbsp;,the problematic column form the schema is&amp;nbsp;returngoodsvia ? are you going to create a new table? please mention the output column as&amp;nbsp;returngoods_via.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2019 10:26:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiline-string-is-not-properly-quoted-tDBOutput/m-p/2199269#M2262</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2019-03-26T10:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: multiline string is not properly quoted - tDBOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiline-string-is-not-properly-quoted-tDBOutput/m-p/2199270#M2263</link>
      <description>&lt;P&gt;Amazing, &lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt;&amp;nbsp;!&amp;nbsp;&lt;BR /&gt;I was able to succeed because of your advice&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MApk.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154880i5FA1A2F11DCD9464/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MApk.png" alt="0683p000009MApk.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Yes, i'm trying to drop (if exists) and create the table, and I changed the output database column name from&amp;nbsp;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;returngoods_via&lt;/STRONG&gt;&lt;/FONT&gt; to&amp;nbsp;&lt;STRONG&gt;returngoods&lt;/STRONG&gt;, and now Talend generates correct Java source code.&lt;BR /&gt;(Now it keeps the line solid, not inserting unpredicted new line break in the middle of SQL query string).&lt;BR /&gt;So, this underscore does really matters.&lt;/P&gt; 
&lt;P&gt;If you're going to visit Yekaterinburg / Russia - just drop me a line, how about letting me offer you a cup of coffee?&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="talend multile line string is not double quoted resolved.jpg" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M3yM.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/150648iA5FAF9F31630568F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M3yM.jpg" alt="0683p000009M3yM.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2019 11:08:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiline-string-is-not-properly-quoted-tDBOutput/m-p/2199270#M2263</guid>
      <dc:creator>esafonov</dc:creator>
      <dc:date>2019-03-26T11:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: multiline string is not properly quoted - tDBOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiline-string-is-not-properly-quoted-tDBOutput/m-p/2199271#M2264</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LPOkAAO"&gt;@esafonov&lt;/A&gt;&amp;nbsp;,Thank&amp;nbsp; you for your offer ,sure,as of now i do not have any plan &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; . I am from India.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2019 11:12:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiline-string-is-not-properly-quoted-tDBOutput/m-p/2199271#M2264</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2019-03-26T11:12:46Z</dc:date>
    </item>
  </channel>
</rss>

