<?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: How to create a context load input file in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-context-load-input-file/m-p/2233411#M23083</link>
    <description>Read in your delimited file and map it as I described above.</description>
    <pubDate>Thu, 12 Dec 2013 16:15:06 GMT</pubDate>
    <dc:creator>janhess</dc:creator>
    <dc:date>2013-12-12T16:15:06Z</dc:date>
    <item>
      <title>How to create a context load input file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-context-load-input-file/m-p/2233403#M23075</link>
      <description>Dear all, 
&lt;BR /&gt;my job processes files. I move each file to a destination folder. The information of the destination folder is given and I put into a delimited file (plus further file specific information). 
&lt;BR /&gt;Because the destination folder is known and given in the delimited file, I try to load it with context load component. This gives me the chance to use the context.destination variable in my job which is quite comfortable. 
&lt;BR /&gt;My problem is: How to read the delimited file? The regular output is: 
&lt;BR /&gt;metadata1;destination;metadata2 
&lt;BR /&gt;xyz;C:\Whatever\P2;zwa 
&lt;BR /&gt;Context load expects this structure: 
&lt;BR /&gt;metadata1;xyz 
&lt;BR /&gt;destination;C:\Whatever\P2 
&lt;BR /&gt;metadata2;zwa 
&lt;BR /&gt;I'm not able to read the delimited files correctly at the moment. Is there a chance to create a context load readable format or would it be possible to read a delimited file and "re-structure" the data stream for the context load component?</description>
      <pubDate>Wed, 11 Dec 2013 09:33:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-context-load-input-file/m-p/2233403#M23075</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-11T09:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a context load input file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-context-load-input-file/m-p/2233404#M23076</link>
      <description>hi&lt;BR /&gt;have a look at "pivot"&lt;BR /&gt;&lt;A href="https://help.talend.com/search/all?query=Converting+columns+to+rows&amp;amp;content-lang=en" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/search/all?query=Converting+columns+to+rows&amp;amp;content-lang=en&lt;/A&gt;&lt;BR /&gt;hope it helps&lt;BR /&gt;regards&lt;BR /&gt;laurent</description>
      <pubDate>Wed, 11 Dec 2013 10:14:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-context-load-input-file/m-p/2233404#M23076</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-11T10:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a context load input file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-context-load-input-file/m-p/2233405#M23077</link>
      <description>Do you use tContextLoad? Why not use the context values strung together to form the file path.</description>
      <pubDate>Wed, 11 Dec 2013 11:25:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-context-load-input-file/m-p/2233405#M23077</guid>
      <dc:creator>janhess</dc:creator>
      <dc:date>2013-12-11T11:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a context load input file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-context-load-input-file/m-p/2233406#M23078</link>
      <description>thanks kzone for the hint. I'll check that later on. 
&lt;BR /&gt;@janhess: Don't know exactly what you mean...the file path includes a string which is file-specific. In contexts without load i could not add this.</description>
      <pubDate>Thu, 12 Dec 2013 11:38:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-context-load-input-file/m-p/2233406#M23078</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-12T11:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a context load input file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-context-load-input-file/m-p/2233407#M23079</link>
      <description>I don't really understand what you're trying to do. Do you want to use the context value for the input file or output? either way just use the context value in the file path.</description>
      <pubDate>Thu, 12 Dec 2013 13:39:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-context-load-input-file/m-p/2233407#M23079</guid>
      <dc:creator>janhess</dc:creator>
      <dc:date>2013-12-12T13:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a context load input file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-context-load-input-file/m-p/2233408#M23080</link>
      <description>First I create a delimited file including particular information (e.g. part of destination path). Later on I read that file as input for a context load. But as mentioned above, delimited files have a different structure as context load needed - see above.</description>
      <pubDate>Thu, 12 Dec 2013 14:02:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-context-load-input-file/m-p/2233408#M23080</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-12T14:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a context load input file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-context-load-input-file/m-p/2233409#M23081</link>
      <description>What's the format of the delimited file? Why can't you create it in a format for context loader - you just need a file with 8 columns with a ; delimiter and a \n as the last value in columns 2,4,6 &amp;amp; 8. Put text value in columns 1,3,5 &amp;amp; 7.</description>
      <pubDate>Thu, 12 Dec 2013 14:24:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-context-load-input-file/m-p/2233409#M23081</guid>
      <dc:creator>janhess</dc:creator>
      <dc:date>2013-12-12T14:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a context load input file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-context-load-input-file/m-p/2233410#M23082</link>
      <description>When I create the delimited files  (as a regular csv; here semicolon instead of a comma) it has the structure:&lt;BR /&gt;metadata1;destination;metadata2&lt;BR /&gt;xyz;C:\Whatever\P2;zwa&lt;BR /&gt;This is created by a regular data stream - for example reading in file properties or you use a tmap etc. component.&lt;BR /&gt;But a context load component expects this structure:&lt;BR /&gt;metadata1;xyz&lt;BR /&gt;destination;C:\Whatever\P2&lt;BR /&gt;metadata2;zwa&lt;BR /&gt;Here the header is not in the first line of the file but as first column/argument/field.&lt;BR /&gt;I don't create the context load file manually. I could not find an FileOutput format that is readable for the context load component. That's why I ask for a possibility to create such files or to transform them after the delimited file has been read (here as FileInputDelimited).</description>
      <pubDate>Thu, 12 Dec 2013 14:39:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-context-load-input-file/m-p/2233410#M23082</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-12T14:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a context load input file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-context-load-input-file/m-p/2233411#M23083</link>
      <description>Read in your delimited file and map it as I described above.</description>
      <pubDate>Thu, 12 Dec 2013 16:15:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-create-a-context-load-input-file/m-p/2233411#M23083</guid>
      <dc:creator>janhess</dc:creator>
      <dc:date>2013-12-12T16:15:06Z</dc:date>
    </item>
  </channel>
</rss>

