<?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 Transform xls to csv without knowing format in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Transform-xls-to-csv-without-knowing-format/m-p/2270388#M48314</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;A customer will release daily many xls files with different formats (number of columns can be different)&amp;nbsp; and I have to tranform them into csv files.&lt;/P&gt; 
&lt;P&gt;How can I do that without defining the schema of xls file into tFileInputExcel ?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 03:27:17 GMT</pubDate>
    <dc:creator>Fernandez</dc:creator>
    <dc:date>2024-11-16T03:27:17Z</dc:date>
    <item>
      <title>Transform xls to csv without knowing format</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Transform-xls-to-csv-without-knowing-format/m-p/2270388#M48314</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;A customer will release daily many xls files with different formats (number of columns can be different)&amp;nbsp; and I have to tranform them into csv files.&lt;/P&gt; 
&lt;P&gt;How can I do that without defining the schema of xls file into tFileInputExcel ?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:27:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Transform-xls-to-csv-without-knowing-format/m-p/2270388#M48314</guid>
      <dc:creator>Fernandez</dc:creator>
      <dc:date>2024-11-16T03:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: Transform xls to csv without knowing format</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Transform-xls-to-csv-without-knowing-format/m-p/2270389#M48315</link>
      <description>&lt;P&gt;You need to give more information I'm afraid. If you are converting them to CSV files, then it sounds like the XML files have at least one loop in them. Could there be more than one loop? What are the constraints that you are having to work within? I don't believe any of the standard Talend components will do this for you I'm afraid. However, you can almost certainly use a bit of Java to potentially achieve this.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2020 13:59:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Transform-xls-to-csv-without-knowing-format/m-p/2270389#M48315</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-27T13:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: Transform xls to csv without knowing format</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Transform-xls-to-csv-without-knowing-format/m-p/2270390#M48316</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN class="UserName lia-user-name lia-user-rank-Community-Manager lia-component-message-view-widget-author-username"&gt;&lt;A href="https://community.qlik.com/s/profile/005390000069RuGAAU" target="_self"&gt;@rhall&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Community-Manager lia-component-message-view-widget-author-username"&gt;&lt;SPAN class=""&gt;I have to convert XLS files and not XML files.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Community-Manager lia-component-message-view-widget-author-username"&gt;&lt;SPAN class=""&gt;But I don't know the number of columns of each XLS file I will have to convert every day.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2020 14:10:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Transform-xls-to-csv-without-knowing-format/m-p/2270390#M48316</guid>
      <dc:creator>Fernandez</dc:creator>
      <dc:date>2020-01-27T14:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: Transform xls to csv without knowing format</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Transform-xls-to-csv-without-knowing-format/m-p/2270391#M48317</link>
      <description>&lt;P&gt;Sorry, I'm not firing on all cylinders today. XLS makes it easier. Do you know the maximum number of columns that could be received? If so, set up your input schema to be the maximum number of columns and inside your job whittle those down to only those which are populated with data.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2020 14:21:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Transform-xls-to-csv-without-knowing-format/m-p/2270391#M48317</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-27T14:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: Transform xls to csv without knowing format</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Transform-xls-to-csv-without-knowing-format/m-p/2270392#M48318</link>
      <description>&lt;P&gt;Thanks for feedback.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I don't see how to&amp;nbsp;whittle those down to only those which are populated with data...&lt;/P&gt;&lt;P&gt;With which component between tFileInputExcel and tFileOuputDelimited ?&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2020 15:50:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Transform-xls-to-csv-without-knowing-format/m-p/2270392#M48318</guid>
      <dc:creator>Fernandez</dc:creator>
      <dc:date>2020-01-29T15:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: Transform xls to csv without knowing format</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Transform-xls-to-csv-without-knowing-format/m-p/2270393#M48319</link>
      <description>&lt;P&gt;There isn't a component to do this, but you can do it with a bit of Java code. Using something like a tJavaFlex you can test the contents of each of the columns from left to right. The first one that is empty will be where your columns stop. Now if you want, you can prepare your CSV row while doing this and simply output 1 column from this component and send it to your output.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2020 10:41:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Transform-xls-to-csv-without-knowing-format/m-p/2270393#M48319</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-30T10:41:55Z</dc:date>
    </item>
  </channel>
</rss>

