<?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 Expose Excel Hyperlink URL as Text in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-Expose-Excel-Hyperlink-URL-as-Text/m-p/2346998#M114324</link>
    <description>Thanks you for all of your help so far.  What time zone are you in?</description>
    <pubDate>Thu, 08 Aug 2013 00:36:20 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-08-08T00:36:20Z</dc:date>
    <item>
      <title>How to Expose Excel Hyperlink URL as Text</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Expose-Excel-Hyperlink-URL-as-Text/m-p/2346985#M114311</link>
      <description>New Member here... apologies if I'm missing something obvious.
&lt;BR /&gt;I have a MS Excel input file with a column that contains a Hyperlink URLS. So what you see / is visible within the cell is "Hello World", but there is a URL link within that text that contains "
&lt;A href="https://helloworld.com" target="_blank" rel="nofollow noopener noreferrer"&gt;https://helloworld.com&lt;/A&gt;".
&lt;BR /&gt;What I need to do is exposed the embedded URL from this column as text. After which I can parse text string to extract a key value.
&lt;BR /&gt;After doing some research, believe I can do the parsing via "tExtractRegexFields". What I have not been able confirm is now to expose the hyperlink URL as text so I can parse.
&lt;BR /&gt;Any thoughts or suggesting?
&lt;BR /&gt;Thanks,
&lt;BR /&gt;Don Miller</description>
      <pubDate>Tue, 30 Jul 2013 22:48:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Expose-Excel-Hyperlink-URL-as-Text/m-p/2346985#M114311</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-30T22:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to Expose Excel Hyperlink URL as Text</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Expose-Excel-Hyperlink-URL-as-Text/m-p/2346986#M114312</link>
      <description>you can used tFileInputExcel and then use tMap to make key pair value. hope this will help</description>
      <pubDate>Wed, 31 Jul 2013 05:27:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Expose-Excel-Hyperlink-URL-as-Text/m-p/2346986#M114312</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-31T05:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to Expose Excel Hyperlink URL as Text</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Expose-Excel-Hyperlink-URL-as-Text/m-p/2346987#M114313</link>
      <description>I will check, if the Apache POI API provides the actually URL link. If I succeed with it, I can provide a solution.</description>
      <pubDate>Wed, 31 Jul 2013 07:12:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Expose-Excel-Hyperlink-URL-as-Text/m-p/2346987#M114313</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-31T07:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to Expose Excel Hyperlink URL as Text</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Expose-Excel-Hyperlink-URL-as-Text/m-p/2346988#M114314</link>
      <description>I have added the necessary capabilities to my component tFileExcelSheetInput.&lt;BR /&gt;You need also the component tFileExcelWorkbookOpen&lt;BR /&gt;&lt;A href="http://www.talendforge.org/exchange/index.php?eid=663&amp;amp;product=tos&amp;amp;action=view&amp;amp;nav=0,1,1" rel="nofollow noopener noreferrer"&gt;http://www.talendforge.org/exchange/index.php?eid=663&amp;amp;product=tos&amp;amp;action=view&amp;amp;nav=0,1,1&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.talendforge.org/exchange/index.php?eid=623&amp;amp;product=tos&amp;amp;action=view&amp;amp;nav=0,1,1" rel="nofollow noopener noreferrer"&gt;http://www.talendforge.org/exchange/index.php?eid=623&amp;amp;product=tos&amp;amp;action=view&amp;amp;nav=0,1,1&lt;/A&gt;</description>
      <pubDate>Wed, 31 Jul 2013 21:56:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Expose-Excel-Hyperlink-URL-as-Text/m-p/2346988#M114314</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-31T21:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to Expose Excel Hyperlink URL as Text</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Expose-Excel-Hyperlink-URL-as-Text/m-p/2346989#M114315</link>
      <description>Thanks so much for the enhancement Jlolliing. Can you point me to some written instructions on how to apply the new features to my installed instance on my PC?</description>
      <pubDate>Thu, 01 Aug 2013 01:46:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Expose-Excel-Hyperlink-URL-as-Text/m-p/2346989#M114315</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-01T01:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to Expose Excel Hyperlink URL as Text</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Expose-Excel-Hyperlink-URL-as-Text/m-p/2346990#M114316</link>
      <description>Here is a help article about installing user components.
&lt;BR /&gt;
&lt;A href="https://help.talend.com/search/all?query=Installing+a+custom+component&amp;amp;content-lang=en" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/search/all?query=Installing+a+custom+component&amp;amp;content-lang=en&lt;/A&gt;
&lt;BR /&gt;I recommend using the Exchange feature in Studio in case of you use the open source edition.</description>
      <pubDate>Thu, 01 Aug 2013 06:49:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Expose-Excel-Hyperlink-URL-as-Text/m-p/2346990#M114316</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-01T06:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to Expose Excel Hyperlink URL as Text</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Expose-Excel-Hyperlink-URL-as-Text/m-p/2346991#M114317</link>
      <description>Hi Jlolling,
&lt;BR /&gt;So within Talend Open Studio, went to the Exchange link downloaded "tFileExcelWorkbookOpen" and "tFileExcelSheetInput". 
&lt;BR /&gt;Installed "tFileExcelWorkbookOpen" first. Then "tFileExcelSheetInput".
&lt;BR /&gt;In can search and see "tFileExcelWorkbookOpen" on the Palette under File/Spreadsheet. But unable to search or find "tFileExcelSheetInput". 
&lt;BR /&gt;Any suggestions?
&lt;BR /&gt;Don</description>
      <pubDate>Sun, 04 Aug 2013 23:13:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Expose-Excel-Hyperlink-URL-as-Text/m-p/2346991#M114317</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-04T23:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to Expose Excel Hyperlink URL as Text</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Expose-Excel-Hyperlink-URL-as-Text/m-p/2346992#M114318</link>
      <description>Please describe the steps you followed to install the component. Did you used the Exchange view in studio or did you followed the instruction in the article?&lt;BR /&gt;The best and reliable way is using the exchange view. &lt;BR /&gt;Let us assume you installed the components in the user component folder (e.g. c:\user_components) then check if you have sub dirs with the name of the components. The article unfortunately does not explain you have to extract the zipped component file with the included directory.&lt;BR /&gt;After coping the components into the user component folder you have to open your preferences: Talend-&amp;gt;Components and click on Apply even if you have changed nothing and the path was already correct.</description>
      <pubDate>Mon, 05 Aug 2013 20:33:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Expose-Excel-Hyperlink-URL-as-Text/m-p/2346992#M114318</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-05T20:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to Expose Excel Hyperlink URL as Text</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Expose-Excel-Hyperlink-URL-as-Text/m-p/2346993#M114319</link>
      <description>Please check the directory (here the path on my computer):
&lt;BR /&gt;/Volumes/Data/Talend/TOS_DI-r105421-V5.4.0M1/plugins/org.talend.designer.components.localprovider_5.4.0.M1_r105421/components/ext/exchange
&lt;BR /&gt;In this dir you should find for every installed component a directory.
&lt;BR /&gt;BTW which Talend release do you use?</description>
      <pubDate>Mon, 05 Aug 2013 20:36:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Expose-Excel-Hyperlink-URL-as-Text/m-p/2346993#M114319</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-05T20:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to Expose Excel Hyperlink URL as Text</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Expose-Excel-Hyperlink-URL-as-Text/m-p/2346994#M114320</link>
      <description>I'm using Open Studio TOS_DI-Win32-r104014-V5.3.1 via the "TOS_DI-win-x86_64.exe".&lt;BR /&gt;Loaded the components via the "Exchange" link within Open Studio.&lt;BR /&gt;See the 2 installed component directories here:&lt;BR /&gt;C:\Talend\TOS_DI-Win32-r104014-V5.3.1\plugins\org.talend.designer.components.localprovider_5.3.1.r104014\components\ext\exchange&lt;BR /&gt;One exist for the tFileSheetInput:&lt;BR /&gt;C:\Talend\TOS_DI-Win32-r104014-V5.3.1\plugins\org.talend.designer.components.localprovider_5.3.1.r104014\components\ext\exchange\tFileExcelSheetInput&lt;BR /&gt;Here the tFileExcelWorkbookOpen:&lt;BR /&gt;C:\Talend\TOS_DI-Win32-r104014-V5.3.1\plugins\org.talend.designer.components.localprovider_5.3.1.r104014\components\ext\exchange\tFileExcelWorkbookOpen</description>
      <pubDate>Tue, 06 Aug 2013 04:43:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Expose-Excel-Hyperlink-URL-as-Text/m-p/2346994#M114320</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-06T04:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to Expose Excel Hyperlink URL as Text</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Expose-Excel-Hyperlink-URL-as-Text/m-p/2346995#M114321</link>
      <description>Your file structure is OK. I cannot see any problems. It looks like mine studio. 
&lt;BR /&gt;What about the content of the component directories? Could you post the file list here? 
&lt;BR /&gt;Can you please take a look into the log file of the studio: 
&lt;BR /&gt;C:\Talend\TOS_DI-Win32-r104014-V5.3.1\workspace\.metadata\.log 
&lt;BR /&gt;Is there any message related to our problem? 
&lt;BR /&gt;It would be interesting if some - so called - translators classes was created: 
&lt;BR /&gt;C:\Talend\TOS_DI-Win32-r104014-V5.3.1\workspace\.JETEmitters\src\org\talend\designer\codegen\translators\file\spreadsheet\ 
&lt;BR /&gt;Here you should find a file like TFileExcelSheetInputBeginJava.java 
&lt;BR /&gt;(I assume your workspace in the default location) 
&lt;BR /&gt;I have tested the components also under release 5.3.1 und currently under 5.4.0M1.</description>
      <pubDate>Tue, 06 Aug 2013 21:06:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Expose-Excel-Hyperlink-URL-as-Text/m-p/2346995#M114321</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-06T21:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to Expose Excel Hyperlink URL as Text</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Expose-Excel-Hyperlink-URL-as-Text/m-p/2346996#M114322</link>
      <description>Which components and the directories specifically do you need?  Also, I'm not seeing a method to post physical files to this discussion topic. &lt;BR /&gt;Log file has nothing specific to "tFileExcelSheetInput".  I do see entries for "", "tFileInputExcelProcess", but these look like on going logging vs. errors.&lt;BR /&gt;No 'spreadsheet" directory exists after "C:\Talend\TOS_DI-Win32-r104014-V5.3.1\workspace\.JETEmitters\src\org\talend\designer\codegen\translators\file".&lt;BR /&gt;When I search for "tFileExcelSheetInput" in the Pallet on the left side of Open Studio, the only hit I get is in the "Misc" folder and the only element that shows is "Note".</description>
      <pubDate>Tue, 06 Aug 2013 22:59:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Expose-Excel-Hyperlink-URL-as-Text/m-p/2346996#M114322</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-06T22:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to Expose Excel Hyperlink URL as Text</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Expose-Excel-Hyperlink-URL-as-Text/m-p/2346997#M114323</link>
      <description>Hi Don,
&lt;BR /&gt;I am running out of ideas what happens in your installation. What about a WebEx session to take a look at you installation and whats wrong? I am probalby not the best supporter though thats why I prefer a personal view on the problem. We can plan appointments via email: jan.lolling@cimt-ag.de. I would be able to make a session this evening from 20:00. It is ok for you or to late? The only spare time earlier is on Friday after noon.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Jan Lolling</description>
      <pubDate>Wed, 07 Aug 2013 13:14:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Expose-Excel-Hyperlink-URL-as-Text/m-p/2346997#M114323</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-07T13:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to Expose Excel Hyperlink URL as Text</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Expose-Excel-Hyperlink-URL-as-Text/m-p/2346998#M114324</link>
      <description>Thanks you for all of your help so far.  What time zone are you in?</description>
      <pubDate>Thu, 08 Aug 2013 00:36:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Expose-Excel-Hyperlink-URL-as-Text/m-p/2346998#M114324</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-08T00:36:20Z</dc:date>
    </item>
  </channel>
</rss>

