<?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: How to Convert an excel file to a CSV file in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-Convert-an-excel-file-to-a-CSV-file/m-p/2240680#M28097</link>
    <description>Thanks nhaumont, 
&lt;BR /&gt;for your detailed description...</description>
    <pubDate>Mon, 24 Nov 2008 03:32:07 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2008-11-24T03:32:07Z</dc:date>
    <item>
      <title>How to Convert an excel file to a CSV file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Convert-an-excel-file-to-a-CSV-file/m-p/2240673#M28090</link>
      <description>Hi,&lt;BR /&gt;I am new to this group. I have a simple question. I just want to convert an excel file to csv file. Can anybody give any link or document about this..&lt;BR /&gt;Thanks&lt;BR /&gt;crazy_nithin</description>
      <pubDate>Sat, 16 Nov 2024 14:09:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Convert-an-excel-file-to-a-CSV-file/m-p/2240673#M28090</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to Convert an excel file to a CSV file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Convert-an-excel-file-to-a-CSV-file/m-p/2240674#M28091</link>
      <description>Hello
&lt;BR /&gt;Please download the 
&lt;A href="http://www.talend.com/resources/documentation.php" target="_blank" rel="nofollow noopener noreferrer"&gt;user documentation&lt;/A&gt; and learn the basic usage of tFileInputExcel and tFileOutputDelimited component.
&lt;BR /&gt;Best regards
&lt;BR /&gt; shong</description>
      <pubDate>Fri, 21 Nov 2008 05:51:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Convert-an-excel-file-to-a-CSV-file/m-p/2240674#M28091</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-21T05:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to Convert an excel file to a CSV file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Convert-an-excel-file-to-a-CSV-file/m-p/2240675#M28092</link>
      <description>Thanks Shong, 
&lt;BR /&gt;for your quick reply.. 
&lt;BR /&gt;i tried and when i am running getting the error like this... 
&lt;BR /&gt; 
&lt;BR /&gt;Exception in thread "main" java.lang.Error: Unresolved compilation problems: 
&lt;BR /&gt; jxl cannot be resolved to a type 
&lt;BR /&gt; jxl cannot be resolved to a type 
&lt;BR /&gt; jxl cannot be resolved to a type 
&lt;BR /&gt; jxl cannot be resolved 
&lt;BR /&gt; jxl cannot be resolved to a type 
&lt;BR /&gt; jxl cannot be resolved to a type 
&lt;BR /&gt; jxl cannot be resolved to a type 
&lt;BR /&gt; jxl cannot be resolved to a type 
&lt;BR /&gt; jxl cannot be resolved to a type 
&lt;BR /&gt; jxl cannot be resolved to a type 
&lt;BR /&gt; at talenddemosjava.abc123_0_1.Abc123.tFileInputExcel_1Process(Abc123.java:330) 
&lt;BR /&gt; at talenddemosjava.abc123_0_1.Abc123.runJobInTOS(Abc123.java:598) 
&lt;BR /&gt; at talenddemosjava.abc123_0_1.Abc123.main(Abc123.java:511) 
&lt;BR /&gt;Job Abc123 ended at 11:19 21/11/2008. 
&lt;BR /&gt; 
&lt;BR /&gt;any idea please... 
&lt;BR /&gt;Thanks 
&lt;BR /&gt;crazy_nithin</description>
      <pubDate>Fri, 21 Nov 2008 06:01:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Convert-an-excel-file-to-a-CSV-file/m-p/2240675#M28092</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-21T06:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to Convert an excel file to a CSV file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Convert-an-excel-file-to-a-CSV-file/m-p/2240676#M28093</link>
      <description>Hello
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Unresolved compilation problems:&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Go to the 'code' tab, you will see the error message.
&lt;BR /&gt;Which version of TOS are you using?
&lt;BR /&gt;Best regards
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Fri, 21 Nov 2008 06:12:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Convert-an-excel-file-to-a-CSV-file/m-p/2240676#M28093</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-21T06:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to Convert an excel file to a CSV file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Convert-an-excel-file-to-a-CSV-file/m-p/2240677#M28094</link>
      <description>Shong, 
&lt;BR /&gt;I am using TOS v3.0.1 ... in code i am getting the error as, 
&lt;BR /&gt;java.util.List&amp;lt;jxl.Sheet&amp;gt; sheetList_tFileInputExcel_1 = new java.util.ArrayList&amp;lt;jxl.Sheet&amp;gt;(); 
&lt;BR /&gt;jxl.Sheet sh_tFileInputExcel_1 = null; 
&lt;BR /&gt;Thanks 
&lt;BR /&gt;crazy_nithin</description>
      <pubDate>Fri, 21 Nov 2008 06:24:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Convert-an-excel-file-to-a-CSV-file/m-p/2240677#M28094</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-21T06:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to Convert an excel file to a CSV file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Convert-an-excel-file-to-a-CSV-file/m-p/2240678#M28095</link>
      <description>also in designer showing
&lt;BR /&gt;-no schema difined yet and
&lt;BR /&gt;-parameter (sheet list) must have atleast one value
&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 21 Nov 2008 06:26:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Convert-an-excel-file-to-a-CSV-file/m-p/2240678#M28095</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-21T06:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to Convert an excel file to a CSV file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Convert-an-excel-file-to-a-CSV-file/m-p/2240679#M28096</link>
      <description>you have to define a schema for your tFileInputExcel component. You need as much columns in this schema as the number of columns you want to retrieve from the xls file.
&lt;BR /&gt;You also have to define which sheet of your excel file you will retrieve the datas from ("Sheet List" option)
&lt;BR /&gt;Connect the tFileInputExcel to tFileOutputDelimited and that should be ok.
&lt;BR /&gt;Read the user documentation if you need further information.</description>
      <pubDate>Sat, 22 Nov 2008 02:02:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Convert-an-excel-file-to-a-CSV-file/m-p/2240679#M28096</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-22T02:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to Convert an excel file to a CSV file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Convert-an-excel-file-to-a-CSV-file/m-p/2240680#M28097</link>
      <description>Thanks nhaumont, 
&lt;BR /&gt;for your detailed description...</description>
      <pubDate>Mon, 24 Nov 2008 03:32:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Convert-an-excel-file-to-a-CSV-file/m-p/2240680#M28097</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-24T03:32:07Z</dc:date>
    </item>
  </channel>
</rss>

