<?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: tS3List Case Sensitive in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tS3List-Case-Sensitive/m-p/2350628#M117456</link>
    <description>&lt;P&gt;So ,i can suggest you to list all the files with the ts3List, then you can transform the name to lower case et filter on those you want.&lt;/P&gt;</description>
    <pubDate>Thu, 24 Jun 2021 06:39:40 GMT</pubDate>
    <dc:creator>gjeremy1617088143</dc:creator>
    <dc:date>2021-06-24T06:39:40Z</dc:date>
    <item>
      <title>tS3List Case Sensitive</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tS3List-Case-Sensitive/m-p/2350625#M117453</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to pull files from AWS using tS3List.  As long as the prefix matches the file case, it works fine.  But if the case is different, it passes over it.  For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Key prefix:  in&lt;/P&gt;&lt;P&gt;Filename: inside.txt  &amp;lt;match&amp;gt;&lt;/P&gt;&lt;P&gt;Filename: into.txt &amp;lt;match&amp;gt;&lt;/P&gt;&lt;P&gt;Filename: INandOUT.txt &amp;lt;no match&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to use the tS3List so it's not case-sensitive?&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:01:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tS3List-Case-Sensitive/m-p/2350625#M117453</guid>
      <dc:creator>Papademuchos</dc:creator>
      <dc:date>2024-11-16T00:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: tS3List Case Sensitive</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tS3List-Case-Sensitive/m-p/2350626#M117454</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; Unlike standard Windows file systems, the Amazon &lt;B&gt;S3&lt;/B&gt; storage is &lt;B&gt;case&lt;/B&gt;-&lt;B&gt;sensitive.&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;so you have to use tS3List  four time : &lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;Key prefix :&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;in &lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;IN &lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;iN &lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;In.&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;Send me Love and Kudos&lt;/B&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jun 2021 15:38:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tS3List-Case-Sensitive/m-p/2350626#M117454</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2021-06-23T15:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: tS3List Case Sensitive</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tS3List-Case-Sensitive/m-p/2350627#M117455</link>
      <description>&lt;P&gt;Wow - no way around this huh?  So if I'm expecting a file "Benefit_Plan.txt" I have to anticipate all possible ways they might name that file?  Currently it's required to be lower case, but I was hoping to code around that.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jun 2021 19:12:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tS3List-Case-Sensitive/m-p/2350627#M117455</guid>
      <dc:creator>Papademuchos</dc:creator>
      <dc:date>2021-06-23T19:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: tS3List Case Sensitive</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tS3List-Case-Sensitive/m-p/2350628#M117456</link>
      <description>&lt;P&gt;So ,i can suggest you to list all the files with the ts3List, then you can transform the name to lower case et filter on those you want.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jun 2021 06:39:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tS3List-Case-Sensitive/m-p/2350628#M117456</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2021-06-24T06:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: tS3List Case Sensitive</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tS3List-Case-Sensitive/m-p/2350629#M117457</link>
      <description>&lt;P&gt;This works - thanks for the suggestion.  I added a tFilterRow and filtered out the ones that I want using the Advanced option with tLowerCase() and matches().&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jun 2021 20:13:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tS3List-Case-Sensitive/m-p/2350629#M117457</guid>
      <dc:creator>Papademuchos</dc:creator>
      <dc:date>2021-06-24T20:13:38Z</dc:date>
    </item>
  </channel>
</rss>

