<?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: Reading .seq Sequence File with tFileInputPositional in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Reading-seq-Sequence-File-with-tFileInputPositional/m-p/2273446#M50436</link>
    <description>&lt;P&gt;As soon as the record format is the same, no problem.&lt;/P&gt;&lt;P&gt;".txt" or ".seq" is just for information, no impact from a Talend point of view.&lt;/P&gt;</description>
    <pubDate>Mon, 22 Oct 2018 10:29:40 GMT</pubDate>
    <dc:creator>TRF</dc:creator>
    <dc:date>2018-10-22T10:29:40Z</dc:date>
    <item>
      <title>Reading .seq Sequence File with tFileInputPositional</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reading-seq-Sequence-File-with-tFileInputPositional/m-p/2273445#M50435</link>
      <description>&lt;P&gt;I have previously created a job that reads a txt file as input using tFileInputPositional, and it&amp;nbsp;works well. However, my input&amp;nbsp;file is now a sequence file .seq which was created from the collection of several txt files with the same format. Is it possible to stay using the same tFileInputPositional to read the seq file?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 07:25:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reading-seq-Sequence-File-with-tFileInputPositional/m-p/2273445#M50435</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T07:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: Reading .seq Sequence File with tFileInputPositional</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reading-seq-Sequence-File-with-tFileInputPositional/m-p/2273446#M50436</link>
      <description>&lt;P&gt;As soon as the record format is the same, no problem.&lt;/P&gt;&lt;P&gt;".txt" or ".seq" is just for information, no impact from a Talend point of view.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Oct 2018 10:29:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reading-seq-Sequence-File-with-tFileInputPositional/m-p/2273446#M50436</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-10-22T10:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: Reading .seq Sequence File with tFileInputPositional</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reading-seq-Sequence-File-with-tFileInputPositional/m-p/2273447#M50437</link>
      <description>&lt;P&gt;the .seq file that I have now is a binary file. Is it still possible to read it using tFileInputPositional?&lt;/P&gt;</description>
      <pubDate>Mon, 22 Oct 2018 10:39:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reading-seq-Sequence-File-with-tFileInputPositional/m-p/2273447#M50437</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-22T10:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: Reading .seq Sequence File with tFileInputPositional</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reading-seq-Sequence-File-with-tFileInputPositional/m-p/2273448#M50438</link>
      <description>&lt;P&gt;No, you probably need a tFileInputRaw instead&lt;/P&gt;</description>
      <pubDate>Mon, 22 Oct 2018 10:52:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reading-seq-Sequence-File-with-tFileInputPositional/m-p/2273448#M50438</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-10-22T10:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: Reading .seq Sequence File with tFileInputPositional</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reading-seq-Sequence-File-with-tFileInputPositional/m-p/2273449#M50439</link>
      <description>&lt;P&gt;How would I be able to treat it as positional input and get the value then?&lt;/P&gt;</description>
      <pubDate>Mon, 22 Oct 2018 11:13:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reading-seq-Sequence-File-with-tFileInputPositional/m-p/2273449#M50439</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-22T11:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: Reading .seq Sequence File with tFileInputPositional</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reading-seq-Sequence-File-with-tFileInputPositional/m-p/2273450#M50440</link>
      <description>Probably not possible as is.
&lt;BR /&gt;This is as if it was a completly new file with a specific record format.
&lt;BR /&gt;You need to know how the data are organizd into the file.</description>
      <pubDate>Mon, 22 Oct 2018 11:32:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reading-seq-Sequence-File-with-tFileInputPositional/m-p/2273450#M50440</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-10-22T11:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: Reading .seq Sequence File with tFileInputPositional</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reading-seq-Sequence-File-with-tFileInputPositional/m-p/2273451#M50441</link>
      <description>&lt;P&gt;well, the txt files are put into one sequence file using forqlift. But I still can't figure out a way to read the seq file&lt;/P&gt;</description>
      <pubDate>Mon, 22 Oct 2018 11:57:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reading-seq-Sequence-File-with-tFileInputPositional/m-p/2273451#M50441</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-22T11:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: Reading .seq Sequence File with tFileInputPositional</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reading-seq-Sequence-File-with-tFileInputPositional/m-p/2273452#M50442</link>
      <description>&lt;P&gt;bump!&lt;/P&gt;</description>
      <pubDate>Tue, 23 Oct 2018 05:40:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reading-seq-Sequence-File-with-tFileInputPositional/m-p/2273452#M50442</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-23T05:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: Reading .seq Sequence File with tFileInputPositional</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reading-seq-Sequence-File-with-tFileInputPositional/m-p/2273453#M50443</link>
      <description>Not enough information</description>
      <pubDate>Tue, 23 Oct 2018 08:05:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reading-seq-Sequence-File-with-tFileInputPositional/m-p/2273453#M50443</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-10-23T08:05:04Z</dc:date>
    </item>
  </channel>
</rss>

