<?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 can I convert a RAW ( Or LRAW) into sting ? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-can-I-convert-a-RAW-Or-LRAW-into-sting/m-p/2331517#M100493</link>
    <description>&lt;P&gt;Hi Rhall_2_0 ,&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;BR /&gt;Thanks for your input. When I tried adding what you've suggested , I get the error message "StandardCharSets cannot be resolved to a variable".&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I enclose a picture of what I've attempted - is that what you meant ?&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lrc2"&gt;Screen Shot 2018-01-31 at 09.55.40.png&lt;/A&gt;</description>
    <pubDate>Wed, 31 Jan 2018 09:56:10 GMT</pubDate>
    <dc:creator>AndrewGuy</dc:creator>
    <dc:date>2018-01-31T09:56:10Z</dc:date>
    <item>
      <title>How can I convert a RAW ( Or LRAW) into sting ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-I-convert-a-RAW-Or-LRAW-into-sting/m-p/2331515#M100491</link>
      <description>&lt;P&gt;I want to read a SAP Table STXL which contains a RAW field and insert into a SQL Server table with type nvarchar.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Schema suggested converting the RAW into byte[] but how can I convert this to nvarchar ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Andrew&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2018 16:17:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-I-convert-a-RAW-Or-LRAW-into-sting/m-p/2331515#M100491</guid>
      <dc:creator>AndrewGuy</dc:creator>
      <dc:date>2018-01-30T16:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: How can I convert a RAW ( Or LRAW) into sting ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-I-convert-a-RAW-Or-LRAW-into-sting/m-p/2331516#M100492</link>
      <description>&lt;P&gt;Have you tried this in your tMap? Create your String output column and use the code below (or similar) to convert the byte[] ....&lt;/P&gt;
&lt;PRE&gt;new String(row1.yourRawByteArray, StandardCharsets.UTF_8)&lt;/PRE&gt;</description>
      <pubDate>Wed, 31 Jan 2018 09:43:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-I-convert-a-RAW-Or-LRAW-into-sting/m-p/2331516#M100492</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-31T09:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: How can I convert a RAW ( Or LRAW) into sting ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-I-convert-a-RAW-Or-LRAW-into-sting/m-p/2331517#M100493</link>
      <description>&lt;P&gt;Hi Rhall_2_0 ,&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;BR /&gt;Thanks for your input. When I tried adding what you've suggested , I get the error message "StandardCharSets cannot be resolved to a variable".&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I enclose a picture of what I've attempted - is that what you meant ?&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lrc2"&gt;Screen Shot 2018-01-31 at 09.55.40.png&lt;/A&gt;</description>
      <pubDate>Wed, 31 Jan 2018 09:56:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-I-convert-a-RAW-Or-LRAW-into-sting/m-p/2331517#M100493</guid>
      <dc:creator>AndrewGuy</dc:creator>
      <dc:date>2018-01-31T09:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: How can I convert a RAW ( Or LRAW) into sting ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-I-convert-a-RAW-Or-LRAW-into-sting/m-p/2331518#M100494</link>
      <description>&lt;P&gt;My mistake. You need to give it's full path unless you have previously imported it. To make it easy, just replace with this...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;new String(row1.yourRawByteArray, java.nio.charset.StandardCharsets.UTF_8)&lt;/PRE&gt;</description>
      <pubDate>Wed, 31 Jan 2018 10:10:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-I-convert-a-RAW-Or-LRAW-into-sting/m-p/2331518#M100494</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-31T10:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: How can I convert a RAW ( Or LRAW) into sting ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-I-convert-a-RAW-Or-LRAW-into-sting/m-p/2331519#M100495</link>
      <description>&lt;P&gt;One Step further.... thank you.... but I still appears to me to be just raw data rather than the character text.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LruJ"&gt;Screen Shot 2018-01-31 at 10.24.32.png&lt;/A&gt;</description>
      <pubDate>Wed, 31 Jan 2018 10:25:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-I-convert-a-RAW-Or-LRAW-into-sting/m-p/2331519#M100495</guid>
      <dc:creator>AndrewGuy</dc:creator>
      <dc:date>2018-01-31T10:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: How can I convert a RAW ( Or LRAW) into sting ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-I-convert-a-RAW-Or-LRAW-into-sting/m-p/2331520#M100496</link>
      <description>&lt;P&gt;I can't help you without knowing more about the Raw data. It could just be the wrong character set that is being used in the conversion. I guessed UTF-8. Do you know the original character set? Do you know what the data should look like? Do you know if maybe it has been converted or encrypted? The first thing I would do is look for the correct character set or just try others out if you cannot get the character set.&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jan 2018 10:37:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-I-convert-a-RAW-Or-LRAW-into-sting/m-p/2331520#M100496</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-31T10:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: How can I convert a RAW ( Or LRAW) into sting ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-I-convert-a-RAW-Or-LRAW-into-sting/m-p/2331521#M100497</link>
      <description>&lt;P&gt;The solution was not to attempt to read RAW but to use the RFC_READ_TEXT object which would then return the text in an XML DOC structure.&amp;nbsp;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2019-02-12 at 14.21.50.png" style="width: 906px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M2yX.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/141829iA32559EAEF3FF96F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M2yX.png" alt="0683p000009M2yX.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;With thanks to Chetan!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Feb 2019 14:23:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-I-convert-a-RAW-Or-LRAW-into-sting/m-p/2331521#M100497</guid>
      <dc:creator>AndrewGuy</dc:creator>
      <dc:date>2019-02-12T14:23:20Z</dc:date>
    </item>
  </channel>
</rss>

