<?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 How create dynamic  directories based on the words contained in the path provided in the input file? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-create-dynamic-directories-based-on-the-words-contained-in/m-p/2238964#M26905</link>
    <description>&lt;P&gt;Hello every one,&lt;/P&gt;
&lt;P&gt;I have an input files with different rows like that:&lt;/P&gt;
&lt;P&gt;/Default/First/Second/Third/&lt;/P&gt;
&lt;P&gt;/Default/First/Second/Third/&lt;/P&gt;
&lt;P&gt;Output (Directories):&lt;/P&gt;
&lt;P&gt;Default&lt;/P&gt;
&lt;P&gt;First&lt;/P&gt;
&lt;P&gt;Second&lt;/P&gt;
&lt;P&gt;I need to have as an output some directories related to each word contained in the different path. So I know I have to extract each word and generate some dynamic directories. I don't know which component to extract each word from row and which other component to create directories.&lt;/P&gt;
&lt;P&gt;I'm new on Talend and I have a basic on Java. thank you for your help&lt;/P&gt;
&lt;P&gt;Stev&lt;/P&gt;</description>
    <pubDate>Sat, 02 Feb 2019 15:15:01 GMT</pubDate>
    <dc:creator>stvn</dc:creator>
    <dc:date>2019-02-02T15:15:01Z</dc:date>
    <item>
      <title>How create dynamic  directories based on the words contained in the path provided in the input file?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-create-dynamic-directories-based-on-the-words-contained-in/m-p/2238964#M26905</link>
      <description>&lt;P&gt;Hello every one,&lt;/P&gt;
&lt;P&gt;I have an input files with different rows like that:&lt;/P&gt;
&lt;P&gt;/Default/First/Second/Third/&lt;/P&gt;
&lt;P&gt;/Default/First/Second/Third/&lt;/P&gt;
&lt;P&gt;Output (Directories):&lt;/P&gt;
&lt;P&gt;Default&lt;/P&gt;
&lt;P&gt;First&lt;/P&gt;
&lt;P&gt;Second&lt;/P&gt;
&lt;P&gt;I need to have as an output some directories related to each word contained in the different path. So I know I have to extract each word and generate some dynamic directories. I don't know which component to extract each word from row and which other component to create directories.&lt;/P&gt;
&lt;P&gt;I'm new on Talend and I have a basic on Java. thank you for your help&lt;/P&gt;
&lt;P&gt;Stev&lt;/P&gt;</description>
      <pubDate>Sat, 02 Feb 2019 15:15:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-create-dynamic-directories-based-on-the-words-contained-in/m-p/2238964#M26905</guid>
      <dc:creator>stvn</dc:creator>
      <dc:date>2019-02-02T15:15:01Z</dc:date>
    </item>
    <item>
      <title>Re: How create dynamic  directories based on the words contained in the path provided in the input file?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-create-dynamic-directories-based-on-the-words-contained-in/m-p/2238965#M26906</link>
      <description>&lt;P&gt;Question&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Find a sample job . Please change the path in last Component.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Also You can replace 1st component by input file component ( Read full line in one single column)&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;assumption ,&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;1)All the directories needs to be created in same base/home folder.&lt;/P&gt; 
&lt;P&gt;2) The file contains only Directory Names&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TalendImage.JPG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M1Vx.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/151429i13425BC716F4652B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M1Vx.jpg" alt="0683p000009M1Vx.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;you could reuse above logic to extract words from line and create directory.&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LuX2"&gt;CreateDirSample_0.1.zip&lt;/A&gt;</description>
      <pubDate>Sat, 02 Feb 2019 16:33:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-create-dynamic-directories-based-on-the-words-contained-in/m-p/2238965#M26906</guid>
      <dc:creator>akumar2301</dc:creator>
      <dc:date>2019-02-02T16:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: How create dynamic  directories based on the words contained in the path provided in the input file?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-create-dynamic-directories-based-on-the-words-contained-in/m-p/2238966#M26907</link>
      <description>if all ok , Please mark request as resolved.</description>
      <pubDate>Sun, 03 Feb 2019 17:19:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-create-dynamic-directories-based-on-the-words-contained-in/m-p/2238966#M26907</guid>
      <dc:creator>akumar2301</dc:creator>
      <dc:date>2019-02-03T17:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: How create dynamic  directories based on the words contained in the path provided in the input file?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-create-dynamic-directories-based-on-the-words-contained-in/m-p/2238967#M26908</link>
      <description>Hi M. Kumar,
&lt;BR /&gt;I would like to thank you for your help. The job is going pretty well.</description>
      <pubDate>Mon, 04 Feb 2019 06:45:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-create-dynamic-directories-based-on-the-words-contained-in/m-p/2238967#M26908</guid>
      <dc:creator>stvn</dc:creator>
      <dc:date>2019-02-04T06:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: How create dynamic  directories based on the words contained in the path provided in the input file?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-create-dynamic-directories-based-on-the-words-contained-in/m-p/2238968#M26909</link>
      <description>&lt;P&gt;Hi M. Kumar,&lt;BR /&gt;Excuse me to come back to you, I was wondering if you could help me again. How can i get as an ouput, a delimited file csv with lines:&lt;BR /&gt;/Default/&lt;BR /&gt;/Default/First&lt;BR /&gt;/Default/Fisrt/Second&lt;BR /&gt;from Input: /Default/First/Second/&lt;BR /&gt;I tried with tfileOutputDelimited but it didn't work.&lt;BR /&gt;Thank you in advance.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Feb 2019 12:03:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-create-dynamic-directories-based-on-the-words-contained-in/m-p/2238968#M26909</guid>
      <dc:creator>stvn</dc:creator>
      <dc:date>2019-02-04T12:03:29Z</dc:date>
    </item>
  </channel>
</rss>

