<?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: Extract data separated by Equal to (=) in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Extract-data-separated-by-Equal-to/m-p/2301159#M73304</link>
    <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try with tExtractDelimited component&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Jilani Syed&lt;/P&gt;</description>
    <pubDate>Tue, 20 Oct 2020 13:57:10 GMT</pubDate>
    <dc:creator>jilanisyed</dc:creator>
    <dc:date>2020-10-20T13:57:10Z</dc:date>
    <item>
      <title>Extract data separated by Equal to (=)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Extract-data-separated-by-Equal-to/m-p/2301157#M73302</link>
      <description>&lt;P&gt;Hello ,&lt;/P&gt;&lt;P&gt;While generating token from RESTAPI , I get below response&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;serverURL&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;= "&lt;A href="https://tableau-sandbox.com" target="_blank"&gt;https://tableau-sandbox.com&lt;/A&gt;"&lt;/P&gt;&lt;P&gt;credentialsToken = "AWHBsYtEQ2OiIJV2tqdasdasOGH2aSD44zbgaHWztlVLe7plIFES4"&lt;/P&gt;&lt;P&gt;siteId&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;= "07aqwe5422e135-4b6b2234-099be525871c"&lt;/P&gt;&lt;P&gt;siteContentUrl&amp;nbsp;&amp;nbsp;= "Talend"&lt;/P&gt;&lt;P&gt;userId&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;= "32aa851d-fb20-49b3-8eed-7f83c406f85a"&lt;/P&gt;&lt;P&gt;userName&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;= "TALEND_TALEND"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is not XML/JSON , looks like non-standard format, how can we extract token information using talend job ?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:16:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Extract-data-separated-by-Equal-to/m-p/2301157#M73302</guid>
      <dc:creator>karandama2006</dc:creator>
      <dc:date>2024-11-16T01:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: Extract data separated by Equal to (=)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Extract-data-separated-by-Equal-to/m-p/2301158#M73303</link>
      <description>&lt;P&gt;@karan dama​&amp;nbsp;, if you have : instead of = then replace = with : by reading all json file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Manohar&lt;/P&gt;</description>
      <pubDate>Tue, 20 Oct 2020 12:39:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Extract-data-separated-by-Equal-to/m-p/2301158#M73303</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-10-20T12:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: Extract data separated by Equal to (=)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Extract-data-separated-by-Equal-to/m-p/2301159#M73304</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try with tExtractDelimited component&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Jilani Syed&lt;/P&gt;</description>
      <pubDate>Tue, 20 Oct 2020 13:57:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Extract-data-separated-by-Equal-to/m-p/2301159#M73304</guid>
      <dc:creator>jilanisyed</dc:creator>
      <dc:date>2020-10-20T13:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: Extract data separated by Equal to (=)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Extract-data-separated-by-Equal-to/m-p/2301160#M73305</link>
      <description>&lt;P&gt;I think you could store the required information in global variable using java components, then you can pass it to next component.&lt;/P&gt;&lt;P&gt;Please let me know if it helps&lt;/P&gt;</description>
      <pubDate>Tue, 20 Oct 2020 14:53:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Extract-data-separated-by-Equal-to/m-p/2301160#M73305</guid>
      <dc:creator>vikramk</dc:creator>
      <dc:date>2020-10-20T14:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: Extract data separated by Equal to (=)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Extract-data-separated-by-Equal-to/m-p/2301161#M73306</link>
      <description>&lt;P&gt;Okay , so I tried to convert it to JSON file, but there were more obstacles than just simply replacing = with :&lt;/P&gt;&lt;P&gt;I did proceed with making it JSON , not very efficient , but I used below code in tjavarow and then extracted the fields using tjsonextract&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;context.response = input_row.ResponseContent;&lt;/P&gt;&lt;P&gt;context.response = context.response.replaceAll("=",":");&lt;/P&gt;&lt;P&gt;context.response = context.response.replaceAll("# REST API session created by Tableau Assist","");&lt;/P&gt;&lt;P&gt;context.response = context.response.replaceAll("serverURL","\"serverURL\"");&lt;/P&gt;&lt;P&gt;context.response = context.response.replaceAll("credentialsToken","\"credentialsToken\"");&lt;/P&gt;&lt;P&gt;context.response = context.response.replaceAll("siteId","\"siteId\"");&lt;/P&gt;&lt;P&gt;context.response = context.response.replaceAll("siteContentUrl","\"siteContentUrl\"");&lt;/P&gt;&lt;P&gt;context.response = context.response.replaceAll("userId","\"userId\"");&lt;/P&gt;&lt;P&gt;context.response = context.response.replaceAll("userName","\"userName\"");&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;context.response = context.response.replaceAll("\"\n","\",");&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;context.response = "{ " + context.response + " }";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2020 08:31:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Extract-data-separated-by-Equal-to/m-p/2301161#M73306</guid>
      <dc:creator>karandama2006</dc:creator>
      <dc:date>2020-10-21T08:31:46Z</dc:date>
    </item>
  </channel>
</rss>

