<?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: Tutorial issue: Job compile error in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Tutorial-issue-Job-compile-error/m-p/2340411#M108445</link>
    <description>The platform needs to interpret string literals and variables (or both) in component settings, and one or the other needs a delimiter. Talend's design choice hews closely to the Java code it creates, with string literals wrapped with quotes and variables without.</description>
    <pubDate>Thu, 20 Jul 2017 16:10:22 GMT</pubDate>
    <dc:creator>cterenzi</dc:creator>
    <dc:date>2017-07-20T16:10:22Z</dc:date>
    <item>
      <title>Tutorial issue: Job compile error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Tutorial-issue-Job-compile-error/m-p/2340408#M108442</link>
      <description>&lt;P&gt;Hi, I searched for this on Google, but the solution was on the old forums, and I also read the old forums were archived instead of migrated here, which I assume is the new version (I think it wasn't a clever decision to dump so many solved issues for a Joomla!-looking forum UI, but that's just my opinion), thus I couldn't read the solution and had to come here to ask again.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Long story short, I followed the tutorial step by step:&amp;nbsp;Create input and output components, add a mapper and propagate data from a pre-built CSV to an empty one. All good until I press run and it returns some odd&amp;nbsp;error in code which is likely caused by me skipping some step.&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="Screenshot_1.png" style="width: 777px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lvc7.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154301i1B3F7E65F94F65EF/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lvc7.png" alt="0683p000009Lvc7.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The error pops on the output file component, can someone point me in the right direction here?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;PS: The tag system is really awkward.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2017 12:36:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Tutorial-issue-Job-compile-error/m-p/2340408#M108442</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-20T12:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: Tutorial issue: Job compile error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Tutorial-issue-Job-compile-error/m-p/2340409#M108443</link>
      <description>&lt;P&gt;It's hard to diagnose without more information, but usually that error means you have a typo in the parameters for that component (e.g. an extra ")"). Have you enclosed all the parameters that will be referenced by Java in quotes? That's a mistake I've made multiple times &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MApQ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143843iD05D3D69B884B2AE/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MApQ.png" alt="0683p000009MApQ.png" /&gt;&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Good luck!&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2017 13:06:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Tutorial-issue-Job-compile-error/m-p/2340409#M108443</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-20T13:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: Tutorial issue: Job compile error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Tutorial-issue-Job-compile-error/m-p/2340410#M108444</link>
      <description>Thanks for the quick answer. 
&lt;BR /&gt; 
&lt;BR /&gt;I checked again and it seems the output file path NEEDS quotes for some reason. I thought it would be parsed properly in the code behind. 
&lt;BR /&gt; 
&lt;BR /&gt;Rather counter-intuitive, that was the solution exactly.</description>
      <pubDate>Thu, 20 Jul 2017 13:15:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Tutorial-issue-Job-compile-error/m-p/2340410#M108444</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-20T13:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: Tutorial issue: Job compile error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Tutorial-issue-Job-compile-error/m-p/2340411#M108445</link>
      <description>The platform needs to interpret string literals and variables (or both) in component settings, and one or the other needs a delimiter. Talend's design choice hews closely to the Java code it creates, with string literals wrapped with quotes and variables without.</description>
      <pubDate>Thu, 20 Jul 2017 16:10:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Tutorial-issue-Job-compile-error/m-p/2340411#M108445</guid>
      <dc:creator>cterenzi</dc:creator>
      <dc:date>2017-07-20T16:10:22Z</dc:date>
    </item>
  </channel>
</rss>

