<?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 converting one .xlsx file into multiple .csv file in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/converting-one-xlsx-file-into-multiple-csv-file/m-p/2237382#M25824</link>
    <description>Hi,&lt;BR /&gt;      I have one .xlsx file consisting multiple sheets in that(eg.sheet1,sheet2,sheet3...),i want to convert data of sheet1 into main1.csv file likewise data of sheet2 into main2.csv file, till sheet10..that is need to generate 10 .csv file from one .xlsx file,so in talend how to do that.&lt;BR /&gt;&lt;BR /&gt;Thanks,</description>
    <pubDate>Sat, 16 Nov 2024 11:42:12 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2024-11-16T11:42:12Z</dc:date>
    <item>
      <title>converting one .xlsx file into multiple .csv file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/converting-one-xlsx-file-into-multiple-csv-file/m-p/2237382#M25824</link>
      <description>Hi,&lt;BR /&gt;      I have one .xlsx file consisting multiple sheets in that(eg.sheet1,sheet2,sheet3...),i want to convert data of sheet1 into main1.csv file likewise data of sheet2 into main2.csv file, till sheet10..that is need to generate 10 .csv file from one .xlsx file,so in talend how to do that.&lt;BR /&gt;&lt;BR /&gt;Thanks,</description>
      <pubDate>Sat, 16 Nov 2024 11:42:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/converting-one-xlsx-file-into-multiple-csv-file/m-p/2237382#M25824</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T11:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: converting one .xlsx file into multiple .csv file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/converting-one-xlsx-file-into-multiple-csv-file/m-p/2237383#M25825</link>
      <description>Hi,&lt;BR /&gt;Waiting for your reply.&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Thu, 27 Mar 2014 12:13:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/converting-one-xlsx-file-into-multiple-csv-file/m-p/2237383#M25825</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-03-27T12:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: converting one .xlsx file into multiple .csv file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/converting-one-xlsx-file-into-multiple-csv-file/m-p/2237384#M25826</link>
      <description>Did you try doing something like this? &lt;BR /&gt; yourExcelFile--(Main)--&amp;gt;tMap--(Main)--&amp;gt;tFileInFileInputDelimited(1..n)&lt;BR /&gt;What I'm suggesting here is that you create an output in tMap for each one of you sheets and then create n FileInputDelimeted where you get every output in a seperate .csv file.</description>
      <pubDate>Thu, 27 Mar 2014 14:30:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/converting-one-xlsx-file-into-multiple-csv-file/m-p/2237384#M25826</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-27T14:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: converting one .xlsx file into multiple .csv file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/converting-one-xlsx-file-into-multiple-csv-file/m-p/2237385#M25827</link>
      <description>Here's a recipe for reading a directory full of Excel files, looping through each file, then through each sheet in every file (automatically - without caring what the sheet names are), then getting the contents and writing them out to seperate .csv files. In looking at the attached screenshots, pay attention to the File Name text fields - except for the tFileList component, all the others use Talend variables... 
&lt;BR /&gt;I'm fond of the tHash components because they're faster and save me the hassle of writing and reading from disk. If you don't like them, you can replace them with delimited files. 
&lt;BR /&gt;My example uses 1 Excel file that has 2 sheets, each with 4 rows of records (hence the count of 8 records on the screenshot). 
&lt;BR /&gt;What the job does: it loops through all the files and sheets, and appends the records including two fields (File Name and Sheet Name) to the buffer at the end of the first subjob. In the 2nd subjob, we filter the columns and rows and only get the distinct Files and Sheet names. At the end of the 2nd subjob, I have 2 records of the two sheet names. 
&lt;BR /&gt;On the 3rd subjob, we read in the 2 rows of sheet names, then we look up all the 8 records in our tHash from Subjob 1. Because we're iterating through each sheet name, we can then write at the end of the mapping (where we filter based on the sheet name) to respective .csv files... 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDM3.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/144938iE991D3DFDA53748F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDM3.png" alt="0683p000009MDM3.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDM4.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/142180i13DF23531F9780BF/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDM4.png" alt="0683p000009MDM4.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDF1.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/147228i5DD5F4ECD2991F5A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDF1.png" alt="0683p000009MDF1.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDH3.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/151361i3AFFDA7E6203BC9F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDH3.png" alt="0683p000009MDH3.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDNP.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/156490i915579CA27A31ED4/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDNP.png" alt="0683p000009MDNP.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDST.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143087iF113A0B244564209/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDST.png" alt="0683p000009MDST.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDSY.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157271i5D1EEAA3863E2797/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDSY.png" alt="0683p000009MDSY.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDEG.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/144863i9DDEA6EDAAEF7AB6/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDEG.png" alt="0683p000009MDEG.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDLx.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/130186iB5B5254AD84FE0EA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDLx.png" alt="0683p000009MDLx.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Fri, 28 Mar 2014 16:36:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/converting-one-xlsx-file-into-multiple-csv-file/m-p/2237385#M25827</guid>
      <dc:creator>willm1</dc:creator>
      <dc:date>2014-03-28T16:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: converting one .xlsx file into multiple .csv file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/converting-one-xlsx-file-into-multiple-csv-file/m-p/2237386#M25828</link>
      <description>Hi sushma12345:
&lt;BR /&gt;One word to your request. This forum depends one the free work of the members and you cannot expect an answer immediately. Sometimes we do other things like doing our job.
&lt;BR /&gt;You work for a large company Steria Mummert I guess. I am pretty sure they have explained to you how to behave if you need help.
&lt;BR /&gt;willm has provided a very useful answer. At minimum I would expect you get him an answer how it works for you.</description>
      <pubDate>Sat, 29 Mar 2014 09:46:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/converting-one-xlsx-file-into-multiple-csv-file/m-p/2237386#M25828</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-29T09:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: converting one .xlsx file into multiple .csv file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/converting-one-xlsx-file-into-multiple-csv-file/m-p/2237387#M25829</link>
      <description>You might also use the custom components tFileExcelWorkbookOpen and tFileExcelSheetList. Both components has useful parameter like SHEET_NAME. You could iterate through the sheets to create separate files.</description>
      <pubDate>Mon, 31 Mar 2014 08:55:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/converting-one-xlsx-file-into-multiple-csv-file/m-p/2237387#M25829</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-31T08:55:36Z</dc:date>
    </item>
  </channel>
</rss>

