<?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: Can you give me a sample for tFileOutputMSPositional in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Can-you-give-me-a-sample-for-tFileOutputMSPositional/m-p/2305644#M77278</link>
    <description>&lt;P&gt;Can any one give me sample scenario for tFileOutputMSPositional&lt;/P&gt;</description>
    <pubDate>Wed, 17 Aug 2016 18:21:08 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-08-17T18:21:08Z</dc:date>
    <item>
      <title>Can you give me a sample for tFileOutputMSPositional</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Can-you-give-me-a-sample-for-tFileOutputMSPositional/m-p/2305640#M77274</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;Please can you give me an example for using tFileOutputMSPositional?&lt;BR /&gt;I have input: mysql Tables, and one row for header with special informations.&lt;BR /&gt;and for output: i have a positional file.&lt;BR /&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 13:48:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Can-you-give-me-a-sample-for-tFileOutputMSPositional/m-p/2305640#M77274</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: Can you give me a sample for tFileOutputMSPositional</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Can-you-give-me-a-sample-for-tFileOutputMSPositional/m-p/2305641#M77275</link>
      <description>&lt;P&gt;It is important to fill in all columns defining the schemas, otherwise you get weird errors.&lt;/P&gt;</description>
      <pubDate>Sun, 23 Aug 2009 12:47:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Can-you-give-me-a-sample-for-tFileOutputMSPositional/m-p/2305641#M77275</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-08-23T12:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: Can you give me a sample for tFileOutputMSPositional</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Can-you-give-me-a-sample-for-tFileOutputMSPositional/m-p/2305642#M77276</link>
      <description>&lt;P&gt;Thank you Furnica.&lt;/P&gt;</description>
      <pubDate>Sun, 23 Aug 2009 12:58:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Can-you-give-me-a-sample-for-tFileOutputMSPositional/m-p/2305642#M77276</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-08-23T12:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: Can you give me a sample for tFileOutputMSPositional</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Can-you-give-me-a-sample-for-tFileOutputMSPositional/m-p/2305643#M77277</link>
      <description>&lt;P&gt;I have very similar case, I want to write positional multischema file.&lt;BR /&gt;I am using TOS 3.1.1 in Windows and Linux environment.&lt;BR /&gt;There is a problem:&lt;BR /&gt;Let say that we have:&lt;BR /&gt;- Orders with order_id&lt;BR /&gt;- Order_lines with order_line_id and the order_id (One order consists of several order_lines).&lt;BR /&gt;So there are two kinds of rows, order and order_line. There is relation by order_id between them.&lt;BR /&gt;I feed the tFileOutputMSPositional from the two DB tables, order and order_line into different schemas.&lt;BR /&gt;- Table order has one row (One order).&lt;BR /&gt;- Table order_line has four rows which refers by order_id to the one order in order table.&lt;BR /&gt;In the tFileOutputMSPositional:&lt;BR /&gt;1) When the child row has its own key defined as order_line_id and prent key as order_id, as it should be:&lt;BR /&gt;SHEMA-----PARENT ROW-----PARNET KEY COLUMN-----KEY COLUMN&lt;BR /&gt;order------ ------ ------ ------ &lt;BR /&gt;order_line------ order------ order_id ----- order_line_id&lt;BR /&gt;- It produces only the parent row, the order, no order_lines at all.&lt;BR /&gt;2) When the child row has its key defined as order_id, as it should NOT be:&lt;BR /&gt;SHEMA-----PARENT ROW-----PARNET KEY COLUMN-----KEY COLUMN&lt;BR /&gt;order------ ------ ------ ------ &lt;BR /&gt;order_line------ order------ order_id ----- order_id&lt;BR /&gt;- It produces the order row and four order_lines, BUT every line is the last order_line row in the order_line table,&lt;BR /&gt;not the all four different order_lines as expected.&lt;BR /&gt;No matter what I do, the tFileOutputMSPositional is only producing the last row multiple times&lt;BR /&gt;or no rows at all.&lt;BR /&gt;Do you have any more examples how to use the tFileOutputMSPositional or how&lt;BR /&gt;to produce multischema positional file?&lt;/P&gt;</description>
      <pubDate>Sat, 05 Dec 2009 11:07:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Can-you-give-me-a-sample-for-tFileOutputMSPositional/m-p/2305643#M77277</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-12-05T11:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: Can you give me a sample for tFileOutputMSPositional</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Can-you-give-me-a-sample-for-tFileOutputMSPositional/m-p/2305644#M77278</link>
      <description>&lt;P&gt;Can any one give me sample scenario for tFileOutputMSPositional&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2016 18:21:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Can-you-give-me-a-sample-for-tFileOutputMSPositional/m-p/2305644#M77278</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-17T18:21:08Z</dc:date>
    </item>
  </channel>
</rss>

