<?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 I can't get rid of :  tFileInputMSPositional_1(&amp;quot;header&amp;quot;,,&amp;quot;1,3&amp;quot;,false,true); in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Error-I-can-t-get-rid-of-tFileInputMSPositional-1-quot-header/m-p/2229279#M20258</link>
    <description>Great!&lt;BR /&gt;If the solution I proposed matches with what you expect, thank's to accept it and mark your case as solved.</description>
    <pubDate>Tue, 21 Aug 2018 21:30:13 GMT</pubDate>
    <dc:creator>TRF</dc:creator>
    <dc:date>2018-08-21T21:30:13Z</dc:date>
    <item>
      <title>Error I can't get rid of :  tFileInputMSPositional_1("header",,"1,3",false,true);</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-I-can-t-get-rid-of-tFileInputMSPositional-1-quot-header/m-p/2229276#M20255</link>
      <description>&lt;P&gt;I have and error I can't get rid of:&amp;nbsp;&amp;nbsp;tFileInputMSPositional_1("header",,"1,3",false,true);&lt;/P&gt; 
&lt;P&gt;I found it in the code and I'm afraid it may be a bug.&amp;nbsp; Below is the simple package I've designed.&lt;/P&gt; 
&lt;P&gt;I need to test importing a Multiple Schema File like this:&lt;/P&gt; 
&lt;P&gt;H12345FOO&lt;/P&gt; 
&lt;P&gt;D12TRAIN1499&lt;/P&gt; 
&lt;P&gt;Where H is the header and D is the detail row.&amp;nbsp; Example would be a transaction # 12345 Customer FOO,&lt;/P&gt; 
&lt;P&gt;bought 12 Trains for 14.99.&amp;nbsp; There could be multiple transactions in each file so you would see several H and D's.&lt;/P&gt; 
&lt;P&gt;No matter how simple I make the file I keep getting the same error.&amp;nbsp; Any ideas?&lt;/P&gt; 
&lt;P&gt;Talend is saying that one of the commas is wrong, however you can't edit the code so I'm at a loss.&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;("header",&lt;STRONG&gt;,&lt;/STRONG&gt;"1,3",false,true)&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&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="Capture.JPG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LzDl.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157534iEAF17EB09591305A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LzDl.jpg" alt="0683p000009LzDl.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Aug 2018 19:30:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-I-can-t-get-rid-of-tFileInputMSPositional-1-quot-header/m-p/2229276#M20255</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-21T19:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: Error I can't get rid of :  tFileInputMSPositional_1("header",,"1,3",false,true);</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-I-can-t-get-rid-of-tFileInputMSPositional-1-quot-header/m-p/2229277#M20256</link>
      <description>For header, pattern should be "1,5,3".&lt;BR /&gt;For details, it should be "1,2,5,4".&lt;BR /&gt;Don't forget that all records of the same type must match the same pattern.</description>
      <pubDate>Tue, 21 Aug 2018 21:08:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-I-can-t-get-rid-of-tFileInputMSPositional-1-quot-header/m-p/2229277#M20256</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-08-21T21:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: Error I can't get rid of :  tFileInputMSPositional_1("header",,"1,3",false,true);</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-I-can-t-get-rid-of-tFileInputMSPositional-1-quot-header/m-p/2229278#M20257</link>
      <description>I got it. The example I was using from a tutorial was flawed. The developer left out the Header value, which goes between those two commas. Only took a few hours of staring at it and finally asking a question on here, until it clicked.</description>
      <pubDate>Tue, 21 Aug 2018 21:14:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-I-can-t-get-rid-of-tFileInputMSPositional-1-quot-header/m-p/2229278#M20257</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-21T21:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: Error I can't get rid of :  tFileInputMSPositional_1("header",,"1,3",false,true);</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-I-can-t-get-rid-of-tFileInputMSPositional-1-quot-header/m-p/2229279#M20258</link>
      <description>Great!&lt;BR /&gt;If the solution I proposed matches with what you expect, thank's to accept it and mark your case as solved.</description>
      <pubDate>Tue, 21 Aug 2018 21:30:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-I-can-t-get-rid-of-tFileInputMSPositional-1-quot-header/m-p/2229279#M20258</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-08-21T21:30:13Z</dc:date>
    </item>
  </channel>
</rss>

