<?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: Passing row separator as context value in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Passing-row-separator-as-context-value/m-p/2316041#M86627</link>
    <description>&lt;P&gt;Could someone clear my error, when I'm&amp;nbsp; passing the context variable to Header Field in tfileinputDelimited component it throwing following error..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Makc"&gt;Error_msg.PNG&lt;/A&gt;</description>
    <pubDate>Mon, 25 May 2020 08:45:44 GMT</pubDate>
    <dc:creator>Talend_ent</dc:creator>
    <dc:date>2020-05-25T08:45:44Z</dc:date>
    <item>
      <title>Passing row separator as context value</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Passing-row-separator-as-context-value/m-p/2316037#M86623</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am unable to pass new line character (\n) as context value for field "Row Separator" to tFileInputDelimited component.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2018 10:08:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Passing-row-separator-as-context-value/m-p/2316037#M86623</guid>
      <dc:creator>shivanand</dc:creator>
      <dc:date>2018-01-22T10:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: Passing row separator as context value</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Passing-row-separator-as-context-value/m-p/2316038#M86624</link>
      <description>&lt;P&gt;Can you show us a screenshot of your job and let us know what happens when you run it? This could be caused by a couple of things. We need more info.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2018 10:21:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Passing-row-separator-as-context-value/m-p/2316038#M86624</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-22T10:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: Passing row separator as context value</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Passing-row-separator-as-context-value/m-p/2316039#M86625</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Below you can see I have declared Row Separator as context.IF_Row_seperator and in second snapshot passing that value as \n&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="Capture1.PNG" style="width: 864px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lrxw.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154873i2CF8C81FE8256CE9/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lrxw.png" alt="0683p000009Lrxw.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture2.PNG" style="width: 501px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lrnx.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/142303i322A732F30C48BB1/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lrnx.png" alt="0683p000009Lrnx.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2018 10:34:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Passing-row-separator-as-context-value/m-p/2316039#M86625</guid>
      <dc:creator>shivanand</dc:creator>
      <dc:date>2018-01-22T10:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: Passing row separator as context value</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Passing-row-separator-as-context-value/m-p/2316040#M86626</link>
      <description>&lt;P&gt;I actually meant to show your job layout as well, but this gives me a clue. I suspect that the file you are loading is having it's escape character (/) escaped to make it behave as a literal. Try this, at the beginning of your job (or after your context file has been loaded), add a tJava and set your context variable there like below...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;context.IF_Field_Separator="\n";&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Then run your job. If that works, my suspicions are correct. This will have been done for good reasons, so I am not sure it is a bug.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2018 11:15:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Passing-row-separator-as-context-value/m-p/2316040#M86626</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-22T11:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: Passing row separator as context value</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Passing-row-separator-as-context-value/m-p/2316041#M86627</link>
      <description>&lt;P&gt;Could someone clear my error, when I'm&amp;nbsp; passing the context variable to Header Field in tfileinputDelimited component it throwing following error..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Makc"&gt;Error_msg.PNG&lt;/A&gt;</description>
      <pubDate>Mon, 25 May 2020 08:45:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Passing-row-separator-as-context-value/m-p/2316041#M86627</guid>
      <dc:creator>Talend_ent</dc:creator>
      <dc:date>2020-05-25T08:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: Passing row separator as context value</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Passing-row-separator-as-context-value/m-p/2316042#M86628</link>
      <description>&lt;A href="https://community.qlik.com/s/profile/0053p000007LRB1AAO"&gt;@Talend_enthu&lt;/A&gt;, it is a compilation error, just made a simple testing with v7.3.1 and it works, I set the Header field as context.varName. 
&lt;BR /&gt;BTW, please insert your images into post body instead of attaching them. 
&lt;BR /&gt; 
&lt;BR /&gt;Regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Mon, 25 May 2020 09:13:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Passing-row-separator-as-context-value/m-p/2316042#M86628</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-25T09:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: Passing row separator as context value</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Passing-row-separator-as-context-value/m-p/2316043#M86629</link>
      <description>&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Error_msg.PNG" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Ma4g.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/129806i970B799DA4956824/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Ma4g.png" alt="0683p000009Ma4g.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="variable_file.PNG" style="width: 356px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MaF9.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/132905i966BA16BB0DC0196/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MaF9.png" alt="0683p000009MaF9.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 May 2020 09:18:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Passing-row-separator-as-context-value/m-p/2316043#M86629</guid>
      <dc:creator>Talend_ent</dc:creator>
      <dc:date>2020-05-25T09:18:39Z</dc:date>
    </item>
  </channel>
</rss>

