<?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: tAzureAdlsGen2Input - reading CSV file problem in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tAzureAdlsGen2Input-reading-CSV-file-problem/m-p/2344794#M112406</link>
    <description>&lt;P&gt;Solution 1 is not an option as this is how we receive it from another department and we cannot fix the content.&lt;/P&gt;&lt;P&gt;Solution 2 I tried to define the column as Dynamic like in your screenshot but I'm still only getting the first column:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000hsO6hAAE.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154272i2D1B0D09AA05FD6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000hsO6hAAE.png" alt="0695b00000hsO6hAAE.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 18 May 2023 14:02:14 GMT</pubDate>
    <dc:creator>COW_WW</dc:creator>
    <dc:date>2023-05-18T14:02:14Z</dc:date>
    <item>
      <title>tAzureAdlsGen2Input - reading CSV file problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tAzureAdlsGen2Input-reading-CSV-file-problem/m-p/2344792#M112404</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 have a csv file which looks like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000hsKX0AAM.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154851i66D3B88CCE9640C3/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000hsKX0AAM.png" alt="0695b00000hsKX0AAM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The file doesn't have a header. When I'm using the tFileInputDelimited to read the file with the following settings it works as expected:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000hsKZLAA2.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/150075i79ED5D4227C43F21/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000hsKZLAA2.png" alt="0695b00000hsKZLAA2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The result:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000hsKhyAAE.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/129253i6EC22C1785630D9F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000hsKhyAAE.png" alt="0695b00000hsKhyAAE.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I'm using the tAzureAdlsGen2Input with similar settings I'm only getting the first column:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000hsKpyAAE.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152616iD5F1750BF35C015C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000hsKpyAAE.png" alt="0695b00000hsKpyAAE.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Result:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000hsKnhAAE.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157602i83691809EFB98D94/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000hsKnhAAE.png" alt="0695b00000hsKnhAAE.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Any idea what's wrong and how to get the rest of the columns?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 21:47:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tAzureAdlsGen2Input-reading-CSV-file-problem/m-p/2344792#M112404</guid>
      <dc:creator>COW_WW</dc:creator>
      <dc:date>2024-11-15T21:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: tAzureAdlsGen2Input - reading CSV file problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tAzureAdlsGen2Input-reading-CSV-file-problem/m-p/2344793#M112405</link>
      <description>&lt;P&gt;Hello @COW_WW BA​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;As your test.csv file content is not strict csv content, there are 2 possible solutions for your case:&lt;/P&gt;&lt;P&gt;Solution 1: &lt;/P&gt;&lt;P&gt;  a. fix the test.csv file content  like:&lt;/P&gt;&lt;P&gt;            &lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000hsMToAAM.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134517i8D03A0938FF82C4B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000hsMToAAM.png" alt="0695b00000hsMToAAM.png" /&gt;&lt;/span&gt;  b.  setup the same schema fields name as the first line of the above csv file(need to remove the whitespace for the column name) in tAzureAdlsGen2Input component's schema.&lt;/P&gt;&lt;P&gt; c.   and check the button "Use header" , Header =1  &lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;Solution 2:&lt;/P&gt;&lt;P&gt;  a. Setup a Dynamic column for tAzureAdlsGen2Input 's schema like&lt;/P&gt;&lt;P&gt;     &lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000hsMU8AAM.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/144926i0C4F2086688DF623/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000hsMU8AAM.png" alt="0695b00000hsMU8AAM.png" /&gt;&lt;/span&gt;   &lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2023 02:48:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tAzureAdlsGen2Input-reading-CSV-file-problem/m-p/2344793#M112405</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-18T02:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: tAzureAdlsGen2Input - reading CSV file problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tAzureAdlsGen2Input-reading-CSV-file-problem/m-p/2344794#M112406</link>
      <description>&lt;P&gt;Solution 1 is not an option as this is how we receive it from another department and we cannot fix the content.&lt;/P&gt;&lt;P&gt;Solution 2 I tried to define the column as Dynamic like in your screenshot but I'm still only getting the first column:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000hsO6hAAE.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154272i2D1B0D09AA05FD6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000hsO6hAAE.png" alt="0695b00000hsO6hAAE.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2023 14:02:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tAzureAdlsGen2Input-reading-CSV-file-problem/m-p/2344794#M112406</guid>
      <dc:creator>COW_WW</dc:creator>
      <dc:date>2023-05-18T14:02:14Z</dc:date>
    </item>
  </channel>
</rss>

