<?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: Error when using tContextLoad in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Error-when-using-tContextLoad/m-p/2349188#M116193</link>
    <description>separator is wrong&lt;BR /&gt;use as all - , or ; or |&lt;BR /&gt;and show this separator in component&lt;BR /&gt;&lt;BR /&gt;in other case if "" separator, local&lt;B&gt;host"&lt;/B&gt; - is &lt;B&gt;"ho&lt;/B&gt;st, postg&lt;B&gt;res"&lt;/B&gt; is &lt;B&gt;"us&lt;/B&gt;er and etc</description>
    <pubDate>Thu, 16 Mar 2017 01:35:00 GMT</pubDate>
    <dc:creator>vapukov</dc:creator>
    <dc:date>2017-03-16T01:35:00Z</dc:date>
    <item>
      <title>Error when using tContextLoad</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-when-using-tContextLoad/m-p/2349187#M116192</link>
      <description>&lt;P&gt;Hi all, I am using Implicit tContextLoad.&lt;BR /&gt;However I received the following error:&lt;BR /&gt;&lt;BR /&gt;Exception in component Implicit_Context_Regex&lt;BR /&gt;&lt;BR /&gt;java.util.regex.PatternSyntaxException: Unclosed character class near index 11&lt;BR /&gt;&lt;BR /&gt;^([^]*)(.*)$&lt;BR /&gt;&lt;BR /&gt;^&lt;BR /&gt;&lt;BR /&gt;at java.util.regex.Pattern.error(Unknown Source)&lt;BR /&gt;&lt;BR /&gt;at java.util.regex.Pattern.clazz(Unknown Source)&lt;BR /&gt;&lt;BR /&gt;at java.util.regex.Pattern.sequence(Unknown Source)&lt;BR /&gt;&lt;BR /&gt;at java.util.regex.Pattern.expr(Unknown Source)&lt;BR /&gt;&lt;BR /&gt;at java.util.regex.Pattern.group0(Unknown Source)&lt;BR /&gt;&lt;BR /&gt;at java.util.regex.Pattern.sequence(Unknown Source)&lt;BR /&gt;&lt;BR /&gt;at java.util.regex.Pattern.expr(Unknown Source)&lt;BR /&gt;&lt;BR /&gt;at java.util.regex.Pattern.compile(Unknown Source)&lt;BR /&gt;&lt;BR /&gt;at java.util.regex.Pattern.&amp;lt;init&amp;gt;(Unknown Source)&lt;BR /&gt;&lt;BR /&gt;at java.util.regex.Pattern.compile(Unknown Source)&lt;BR /&gt;&lt;BR /&gt;at test.demo_0_1.demo.Implicit_Context_RegexProcess(demo.java:674)&lt;BR /&gt;&lt;BR /&gt;at test.demo_0_1.demo.runJobInTOS(demo.java:7387)&lt;BR /&gt;&lt;BR /&gt;at test.demo_0_1.demo.main(demo.java:7193)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The implicit tContextLoad is from txt file where it consists the following:&lt;BR /&gt;"host""localhost"&lt;BR /&gt;"database""student"&lt;BR /&gt;"username""postgres"&lt;BR /&gt;"password""hello"&lt;BR /&gt;"port""5432"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I have set the Field Seperator as "". What have I done wrong? Please help.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2017 01:29:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-when-using-tContextLoad/m-p/2349187#M116192</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-16T01:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: Error when using tContextLoad</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-when-using-tContextLoad/m-p/2349188#M116193</link>
      <description>separator is wrong&lt;BR /&gt;use as all - , or ; or |&lt;BR /&gt;and show this separator in component&lt;BR /&gt;&lt;BR /&gt;in other case if "" separator, local&lt;B&gt;host"&lt;/B&gt; - is &lt;B&gt;"ho&lt;/B&gt;st, postg&lt;B&gt;res"&lt;/B&gt; is &lt;B&gt;"us&lt;/B&gt;er and etc</description>
      <pubDate>Thu, 16 Mar 2017 01:35:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-when-using-tContextLoad/m-p/2349188#M116193</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2017-03-16T01:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: Error when using tContextLoad</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-when-using-tContextLoad/m-p/2349189#M116194</link>
      <description>Hi. Would like to clarify. Do you mean if I put the separator as ;&lt;BR /&gt;I can edit the txt file as follow:&lt;BR /&gt;host;localhost;&lt;BR /&gt;database;student;&lt;BR /&gt;username;postgres;&lt;BR /&gt;password;hello;&lt;BR /&gt;port;5432;</description>
      <pubDate>Thu, 16 Mar 2017 01:40:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-when-using-tContextLoad/m-p/2349189#M116194</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-16T01:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: Error when using tContextLoad</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-when-using-tContextLoad/m-p/2349190#M116195</link>
      <description>&lt;BLOCKQUOTE&gt;
 Talenduseruser wrote:
 &lt;BR /&gt;Hi. Would like to clarify. Do you mean if I put the separator as ;
 &lt;BR /&gt;I can edit the txt file as follow:
 &lt;BR /&gt;host;localhost;
 &lt;BR /&gt;database;student;
 &lt;BR /&gt;username;postgres;
 &lt;BR /&gt;password;hello;
 &lt;BR /&gt;port;5432;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;exactly
&lt;BR /&gt;then before tContextLoad - You use tFileInputDelimited with delimiter ; and schema key;value and connect from it to tLoadContext by main flow</description>
      <pubDate>Thu, 16 Mar 2017 01:52:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-when-using-tContextLoad/m-p/2349190#M116195</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2017-03-16T01:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: Error when using tContextLoad</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-when-using-tContextLoad/m-p/2349191#M116196</link>
      <description>Currently in my job design, I am actually having Student connected to tMap connected to Backup.
&lt;BR /&gt;So its like Student --&amp;gt; tMap --&amp;gt; Backup&amp;nbsp; as I am getting both columns from database.
&lt;BR /&gt;So now, should I&amp;nbsp;place tFileInputDelimited --&amp;gt; tContextLoad--&amp;gt;Student --&amp;gt; tMap --&amp;gt; Backup&amp;nbsp; ?</description>
      <pubDate>Thu, 16 Mar 2017 01:59:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-when-using-tContextLoad/m-p/2349191#M116196</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-16T01:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: Error when using tContextLoad</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-when-using-tContextLoad/m-p/2349192#M116197</link>
      <description>not sure about all steps, but tConextLoad - do not work as standalone component, it must have source - file (or database) 
&lt;BR /&gt;You can do this in Job or Project properties - in this case You just set filename and separator and no more elements in Job&amp;nbsp; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;IMG src="https://community.talend.com/legacyfs/online/403111/Screen_Shot_2017-03-16_at_3.16.53_PM.png.png" /&gt;</description>
      <pubDate>Thu, 16 Mar 2017 02:18:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-when-using-tContextLoad/m-p/2349192#M116197</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2017-03-16T02:18:32Z</dc:date>
    </item>
  </channel>
</rss>

