<?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 to extract data from the couchbase into mysql. in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-extract-data-from-the-couchbase-into-mysql/m-p/2236182#M24976</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Could you please help me, how to extract data from the couchbase DB&amp;nbsp;into mysqldb.&lt;/P&gt;&lt;P&gt;couchbase&amp;nbsp;version is 5.5 and TOS BD 7.0 am using it.&lt;/P&gt;&lt;P&gt;am getting an error while doing like following&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;couchbaseInput--&amp;gt;textracjson--&amp;gt;mysql&lt;/P&gt;&lt;P&gt;as couchbase input component contains the default schema..event,partition,key,...content.&lt;/P&gt;&lt;P&gt;the data is in content. feild which of Byte[] type.&lt;/P&gt;&lt;P&gt;how to extract the field from the couchbase.&lt;/P&gt;&lt;P&gt;Any suggestion is appreciated.&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 07:19:45 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T07:19:45Z</dc:date>
    <item>
      <title>How to extract data from the couchbase into mysql.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-extract-data-from-the-couchbase-into-mysql/m-p/2236182#M24976</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Could you please help me, how to extract data from the couchbase DB&amp;nbsp;into mysqldb.&lt;/P&gt;&lt;P&gt;couchbase&amp;nbsp;version is 5.5 and TOS BD 7.0 am using it.&lt;/P&gt;&lt;P&gt;am getting an error while doing like following&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;couchbaseInput--&amp;gt;textracjson--&amp;gt;mysql&lt;/P&gt;&lt;P&gt;as couchbase input component contains the default schema..event,partition,key,...content.&lt;/P&gt;&lt;P&gt;the data is in content. feild which of Byte[] type.&lt;/P&gt;&lt;P&gt;how to extract the field from the couchbase.&lt;/P&gt;&lt;P&gt;Any suggestion is appreciated.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 07:19:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-extract-data-from-the-couchbase-into-mysql/m-p/2236182#M24976</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T07:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract data from the couchbase into mysql.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-extract-data-from-the-couchbase-into-mysql/m-p/2236183#M24977</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you show us a picture of the component couchbase input, it will be better to see where's your error&lt;/P&gt;</description>
      <pubDate>Fri, 09 Nov 2018 14:08:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-extract-data-from-the-couchbase-into-mysql/m-p/2236183#M24977</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-09T14:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract data from the couchbase into mysql.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-extract-data-from-the-couchbase-into-mysql/m-p/2236184#M24978</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;please find the attachment for the couchbase input.&lt;/P&gt;&lt;P&gt;please let me know how to get the fields&amp;nbsp;which are convenient&amp;nbsp;for mapping.&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/0683p000009LtEx"&gt;couchbaseiput1.png&lt;/A&gt;</description>
      <pubDate>Mon, 12 Nov 2018 04:48:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-extract-data-from-the-couchbase-into-mysql/m-p/2236184#M24978</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-12T04:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract data from the couchbase into mysql.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-extract-data-from-the-couchbase-into-mysql/m-p/2236185#M24979</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LOeEAAW"&gt;@kolen&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;You can transform byte[] into String using tMap with mapping&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;new String(row.content)&lt;/PRE&gt;
&lt;P&gt;Seems not so elegant but might be as a workaround.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Nov 2018 12:51:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-extract-data-from-the-couchbase-into-mysql/m-p/2236185#M24979</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-28T12:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract data from the couchbase into mysql.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-extract-data-from-the-couchbase-into-mysql/m-p/2236186#M24980</link>
      <description>&lt;P&gt;hi Bitler,&lt;/P&gt;
&lt;P&gt;Thank&amp;nbsp; you for the approach.&lt;/P&gt;
&lt;P&gt;I tried the below approach, it could fetch the data. Actual&amp;nbsp; issuse is, am unable to read the complete bucket from the couchbase.&lt;/P&gt;
&lt;P&gt;the couchbase version&amp;nbsp; is 7.2.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the job gets struct by reading no data after reads some records ...we are forcefully killing&amp;nbsp; the job.&lt;/P&gt;
&lt;P&gt;i am not understand what might be the issue.Is that with talend or jars that are not supporting couchbase version.&lt;/P&gt;
&lt;P&gt;Don't know.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please suggest any possible case that works.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2019 08:07:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-extract-data-from-the-couchbase-into-mysql/m-p/2236186#M24980</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-09T08:07:13Z</dc:date>
    </item>
  </channel>
</rss>

