<?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: data from online to offline update in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/data-from-online-to-offline-update/m-p/2331689#M100645</link>
    <description>&lt;P&gt;Dear Sabrina,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"why cant I change the configuration in tDBOUTPUT1---- &lt;U&gt;Action On table: Default&lt;/U&gt; and&lt;U&gt; Action on data: insert and Update"&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;I mean by changing tDBOUTPUT1 option/ configuration to &lt;/U&gt;---- &lt;U&gt;Action On table: Default&lt;/U&gt; and&lt;U&gt; Action on data: insert and Update I should be able to take only changed data to offline. am I right?&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;regards,&lt;/U&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 22 Mar 2021 06:50:48 GMT</pubDate>
    <dc:creator>modara</dc:creator>
    <dc:date>2021-03-22T06:50:48Z</dc:date>
    <item>
      <title>data from online to offline update</title>
      <link>https://community.qlik.com/t5/Talend-Studio/data-from-online-to-offline-update/m-p/2331682#M100638</link>
      <description>&lt;P&gt;Dear Concern,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have production server with MS SQL Server (Online) that have more than 20,00,000 data and I take these data to MySQL (Offline).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in MySQL I put &lt;U&gt;Action On table: 'create table'&lt;/U&gt; and&lt;U&gt; Action on data: 'insert'&lt;/U&gt; and take all 20,00,000 data from MS SQL to MySQL &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as MS SQL Server is online and new data keep inserted so I need to take that new data  to MySQL not the whole 20,00,000 + newly inserted &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I change MySQL &lt;U&gt;Action On table: &lt;/U&gt;&lt;U&gt;Default&lt;/U&gt; and&lt;U&gt; &lt;/U&gt;&lt;U&gt;Action on data:&lt;/U&gt;&lt;U&gt; insert and Update&lt;/U&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Then I click  &lt;U&gt;RUN (Job.....)&lt;/U&gt; it start taking whole data from MS SQL (&lt;/P&gt;&lt;P&gt;20,00,000 + newly inserted &lt;/P&gt;) to My SQL &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not just the newly inserter data from MS SQL to MySQL and this causes server become slow performing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:26:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/data-from-online-to-offline-update/m-p/2331682#M100638</guid>
      <dc:creator>modara</dc:creator>
      <dc:date>2024-11-16T00:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: data from online to offline update</title>
      <link>https://community.qlik.com/t5/Talend-Studio/data-from-online-to-offline-update/m-p/2331683#M100639</link>
      <description>&lt;P&gt;Hi @Not defined Not defined​, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't know if I understood it correctly, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have a primary key in your MySQL?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Primary Key is the same as in MsSQL?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Mar 2021 12:01:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/data-from-online-to-offline-update/m-p/2331683#M100639</guid>
      <dc:creator>Alaor_Silva</dc:creator>
      <dc:date>2021-03-15T12:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: data from online to offline update</title>
      <link>https://community.qlik.com/t5/Talend-Studio/data-from-online-to-offline-update/m-p/2331684#M100640</link>
      <description>&lt;P&gt;Hello @Alaor Silva​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't have any primary key to production server MS SQL Server (online)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but when i take data to MY SQL (Offline) I assign primary key to MY SQL server&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I configured &lt;B&gt;MySQL &lt;U&gt;Action On table: Default&lt;/U&gt; &lt;/B&gt;and&lt;B&gt;&lt;U&gt; Action on data: insert and Update&lt;/U&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and when I click RUN it takes full data from MS SQL to MY SQL not just the only updated data&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Mar 2021 04:07:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/data-from-online-to-offline-update/m-p/2331684#M100640</guid>
      <dc:creator>modara</dc:creator>
      <dc:date>2021-03-16T04:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: data from online to offline update</title>
      <link>https://community.qlik.com/t5/Talend-Studio/data-from-online-to-offline-update/m-p/2331685#M100641</link>
      <description>&lt;P&gt;Dear Concern,&lt;/P&gt;&lt;P&gt; is there any one have the solution&lt;/P&gt;&lt;P&gt;I really need to know how I configure so when I click RUN it won't take whole data from production server just the update or newlly added data to MYSQL (Offline Data base)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 20 Mar 2021 05:07:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/data-from-online-to-offline-update/m-p/2331685#M100641</guid>
      <dc:creator>modara</dc:creator>
      <dc:date>2021-03-20T05:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: data from online to offline update</title>
      <link>https://community.qlik.com/t5/Talend-Studio/data-from-online-to-offline-update/m-p/2331686#M100642</link>
      <description>&lt;P&gt;@Xiaodi Shi​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;good day,&lt;/P&gt;&lt;P&gt;I really need help for this  newly or only update data from online to offline data base. I dont want full or all data from online to offline. &lt;/P&gt;&lt;P&gt;Your suggestion or advice is appricable&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 20 Mar 2021 14:36:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/data-from-online-to-offline-update/m-p/2331686#M100642</guid>
      <dc:creator>modara</dc:creator>
      <dc:date>2021-03-20T14:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: data from online to offline update</title>
      <link>https://community.qlik.com/t5/Talend-Studio/data-from-online-to-offline-update/m-p/2331687#M100643</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;If I understand your requirement very well, it seems you are looking for changed data only?&lt;/P&gt;&lt;P&gt;In this way, we could&amp;nbsp;capture the changed data and only load these changed data into target table to achieve table sync, you can compare tables by using tMap.&lt;/P&gt;&lt;P&gt;The work flow should be:&lt;/P&gt;&lt;P&gt;Target DB--&amp;gt;tMap(inner join for input and set the "Catch lookup inner join" as true)--&amp;gt;output&lt;/P&gt;&lt;P&gt;&amp;nbsp;Source DB--&amp;gt;&lt;/P&gt;&lt;P&gt;The output will be the changed data.&lt;/P&gt;&lt;P&gt;Feel free to correct me if I misunderstand your requirement.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Mon, 22 Mar 2021 04:22:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/data-from-online-to-offline-update/m-p/2331687#M100643</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-03-22T04:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: data from online to offline update</title>
      <link>https://community.qlik.com/t5/Talend-Studio/data-from-online-to-offline-update/m-p/2331688#M100644</link>
      <description>&lt;P&gt;Dear Sabrina,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply. Yes your are right. First time I want full data and next time or every time I want changed data to come from online production server database to offline database&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;as you advise to use tMAP then for full data I have to use without tMAP and for changed data I have to add tMAP &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;why cant I change the configuration in tDBOUTPUT1---- &lt;U&gt;Action On table: Default&lt;/U&gt; and&lt;U&gt; Action on data: insert and Update&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;by assigning a primary key&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you advise is really appreciable, if you have any other solution except tMAP (inner join)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Mar 2021 06:26:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/data-from-online-to-offline-update/m-p/2331688#M100644</guid>
      <dc:creator>modara</dc:creator>
      <dc:date>2021-03-22T06:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: data from online to offline update</title>
      <link>https://community.qlik.com/t5/Talend-Studio/data-from-online-to-offline-update/m-p/2331689#M100645</link>
      <description>&lt;P&gt;Dear Sabrina,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"why cant I change the configuration in tDBOUTPUT1---- &lt;U&gt;Action On table: Default&lt;/U&gt; and&lt;U&gt; Action on data: insert and Update"&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;I mean by changing tDBOUTPUT1 option/ configuration to &lt;/U&gt;---- &lt;U&gt;Action On table: Default&lt;/U&gt; and&lt;U&gt; Action on data: insert and Update I should be able to take only changed data to offline. am I right?&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;regards,&lt;/U&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Mar 2021 06:50:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/data-from-online-to-offline-update/m-p/2331689#M100645</guid>
      <dc:creator>modara</dc:creator>
      <dc:date>2021-03-22T06:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: data from online to offline update</title>
      <link>https://community.qlik.com/t5/Talend-Studio/data-from-online-to-offline-update/m-p/2331690#M100646</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Are you able to add the primary key in table when you are trying to insert and update from online to offline?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Mon, 22 Mar 2021 07:25:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/data-from-online-to-offline-update/m-p/2331690#M100646</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-03-22T07:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: data from online to offline update</title>
      <link>https://community.qlik.com/t5/Talend-Studio/data-from-online-to-offline-update/m-p/2331691#M100647</link>
      <description>&lt;P&gt;Hi Sabrina,&lt;/P&gt;&lt;P&gt;first time I take data without primary key and then next time I &lt;/P&gt;&lt;P&gt;add primary key in table and then I Click RUN it takes full data again&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;tDBOUTPUT1---- &lt;U&gt;Action On table: Default&lt;/U&gt; and&lt;U&gt; Action on data: insert and Update&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;it should take only changed data for above configuration&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Mar 2021 07:36:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/data-from-online-to-offline-update/m-p/2331691#M100647</guid>
      <dc:creator>modara</dc:creator>
      <dc:date>2021-03-22T07:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: data from online to offline update</title>
      <link>https://community.qlik.com/t5/Talend-Studio/data-from-online-to-offline-update/m-p/2331692#M100648</link>
      <description>Dear concern,
I dont know why my talend community account is locked. If you guys not tell me the reason how would i know. I request several time to active my account but no one reply after shong replied 2-3 days back
Please help to reactive my account&amp;nbsp;

Regards



Sent from Yahoo Mail on Android

On Wed, Mar 24, 2021 at 9:30 AM, MOHD OMAR DARAZ&lt;MODARAZ7&gt; wrote:    Dear Sabrina,
Good day,
Still I cant log in though I email to Shong to activate my account. I don't know why my account or locked
Sorry to email you here. I really need to solve the issue from mssql to mysql only changed data.

I just simple keep MSSQL as source data and connect it to MYSQL as destination data.

I assign Primary key on both MSSQL and in MYSQL. After take full data from MSSQL to MYSQL I changed action on table: default and action on data: data type Insert and update.

Here as I have no second table so I cant or no need to use tMap
Please advise how Can i get only changed data from online to offline
If you need more info for clarity Do not hesitate to email me. Your help is really appreciable

Regards,&lt;/MODARAZ7&gt;</description>
      <pubDate>Wed, 24 Mar 2021 06:13:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/data-from-online-to-offline-update/m-p/2331692#M100648</guid>
      <dc:creator>modara</dc:creator>
      <dc:date>2021-03-24T06:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: data from online to offline update</title>
      <link>https://community.qlik.com/t5/Talend-Studio/data-from-online-to-offline-update/m-p/2331693#M100649</link>
      <description>Sent from Yahoo Mail on Android

On Wed, Mar 24, 2021 at 12:13 PM, Omar Daraz&lt;MODARAZ7&gt; wrote:


Dear concern,
I dont know why my talend community account is locked. If you guys not tell me the reason how would i know. I request several time to active my account but no one reply after shong replied 2-3 days back
Please help to reactive my account&amp;nbsp;

Regards



Sent from Yahoo Mail on Android

On Wed, Mar 24, 2021 at 9:30 AM, MOHD OMAR DARAZ&lt;MODARAZ7&gt; wrote:    Dear Sabrina,
Good day,
Still I cant log in though I email to Shong to activate my account. I don't know why my account or locked
Sorry to email you here. I really need to solve the issue from mssql to mysql only changed data.

I just simple keep MSSQL as source data and connect it to MYSQL as destination data.

I assign Primary key on both MSSQL and in MYSQL. After take full data from MSSQL to MYSQL I changed action on table: default and action on data: data type Insert and update.

Here as I have no second table so I cant or no need to use tMap
Please advise how Can i get only changed data from online to offline
If you need more info for clarity Do not hesitate to email me. Your help is really appreciable

Regards,&lt;/MODARAZ7&gt;&lt;/MODARAZ7&gt;</description>
      <pubDate>Wed, 24 Mar 2021 07:21:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/data-from-online-to-offline-update/m-p/2331693#M100649</guid>
      <dc:creator>modara</dc:creator>
      <dc:date>2021-03-24T07:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: data from online to offline update</title>
      <link>https://community.qlik.com/t5/Talend-Studio/data-from-online-to-offline-update/m-p/2331694#M100650</link>
      <description>Dear sabrina,
To understand the issue or to solve you can remote to my pc and i can show you this talend diagram n my requirement
Please inform me your suitable time&amp;nbsp;
Regards,

Sent from Yahoo Mail on Android

On Wed, Mar 24, 2021 at 1:21 PM, Omar Daraz&lt;MODARAZ7&gt; wrote:

Sent from Yahoo Mail on Android

On Wed, Mar 24, 2021 at 12:13 PM, Omar Daraz&lt;MODARAZ7&gt; wrote:


Dear concern,
I dont know why my talend community account is locked. If you guys not tell me the reason how would i know. I request several time to active my account but no one reply after shong replied 2-3 days back
Please help to reactive my account&amp;nbsp;

Regards



Sent from Yahoo Mail on Android

On Wed, Mar 24, 2021 at 9:30 AM, MOHD OMAR DARAZ&lt;MODARAZ7&gt; wrote:    Dear Sabrina,
Good day,
Still I cant log in though I email to Shong to activate my account. I don't know why my account or locked
Sorry to email you here. I really need to solve the issue from mssql to mysql only changed data.

I just simple keep MSSQL as source data and connect it to MYSQL as destination data.

I assign Primary key on both MSSQL and in MYSQL. After take full data from MSSQL to MYSQL I changed action on table: default and action on data: data type Insert and update.

Here as I have no second table so I cant or no need to use tMap
Please advise how Can i get only changed data from online to offline
If you need more info for clarity Do not hesitate to email me. Your help is really appreciable

Regards,&lt;/MODARAZ7&gt;&lt;/MODARAZ7&gt;&lt;/MODARAZ7&gt;</description>
      <pubDate>Wed, 24 Mar 2021 07:23:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/data-from-online-to-offline-update/m-p/2331694#M100650</guid>
      <dc:creator>modara</dc:creator>
      <dc:date>2021-03-24T07:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: data from online to offline update</title>
      <link>https://community.qlik.com/t5/Talend-Studio/data-from-online-to-offline-update/m-p/2331695#M100651</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Are you using talend subscription solution? If so, you could create a support case on talend support portal so that we could give you a remote assistance through support cycle with priority.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Wed, 24 Mar 2021 08:01:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/data-from-online-to-offline-update/m-p/2331695#M100651</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-03-24T08:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: data from online to offline update</title>
      <link>https://community.qlik.com/t5/Talend-Studio/data-from-online-to-offline-update/m-p/2331696#M100652</link>
      <description>Dear sabrina,
No i m using free version
Its ok if you cant log in remote. But you help or suggesion is really apriciable in this regards to solve the issue
Thanks

Sent from Yahoo Mail on Android

On Wed, Mar 24, 2021 at 2:01 PM, Talend&lt;COMMUNITY&gt; wrote:     @media only screen and ( _filtered_a ) {#yiv7258575727 html {}#yiv7258575727 table.yiv7258575727container {width:100% !important;}#yiv7258575727 .yiv7258575727hidden-for-mobile {display:none !important;}#yiv7258575727 .yiv7258575727callToAction, #yiv7258575727 .yiv7258575727callToAction td, #yiv7258575727 .yiv7258575727footer {font-size:12px !important;}#yiv7258575727 .yiv7258575727button .yiv7258575727text {font-size:12px !important;}#yiv7258575727 .yiv7258575727defaultIndentation {width:10 !important;}#yiv7258575727 .yiv7258575727text {font-size:12px !important;}#yiv7258575727 a.yiv7258575727button {width:96 !important;}#yiv7258575727 a.yiv7258575727buttonWide {width:118 !important;}#yiv7258575727 a.yiv7258575727buttonAuto {padding-left:1em !important;padding-right:1em !important;}#yiv7258575727 a.yiv7258575727button, #yiv7258575727 a.yiv7258575727buttonWide, #yiv7258575727 a.yiv7258575727buttonAuto {min-height:23 !important;line-height:23px !important;border-radius:4px !important;}#yiv7258575727 td.yiv7258575727buttonWrapper {width:98 !important;min-height:23 !important;}#yiv7258575727 img {display:inline !important;}#yiv7258575727 .yiv7258575727circle {border-radius:50%;}#yiv7258575727 .yiv7258575727square {border-radius:10%;}}@media only screen and ( _filtered_a ) {#yiv7258575727 table.yiv7258575727container {width:600px !important;}}@media screen { _filtered {}}#yiv7258575727 a, #yiv7258575727 a:visited {color:#015BA7;text-decoration:none;}#yiv7258575727 img {display:block;}#yiv7258575727 .yiv7258575727preheader {display:none !important;}#yiv7258575727 table {border-collapse:collapse;}Hello,Are you using talend subscription solution? If so, you could create a support case on talend support portal so that we could give you a remote assistance through support cycle with priority.Best regardsSabrina








Hello,

Are you using talend subscription solution? If so, you could create a support case on talend support portal so that we could give you a remote assistance through support cycle with priority.

Best regards

Sabrina






















Hello,

Are you able to add the primary key in table when you are trying to insert and update from online to offline?

Best regards

Sabrina




To understand the issue or to solve you can remote to my pc and i can show you this talend diagram n my requirement
Please inform me your suitable time&amp;nbsp;
Regards,

Sent from Yahoo Mail on Android&lt;/COMMUNITY&gt;</description>
      <pubDate>Wed, 24 Mar 2021 08:12:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/data-from-online-to-offline-update/m-p/2331696#M100652</guid>
      <dc:creator>modara</dc:creator>
      <dc:date>2021-03-24T08:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: data from online to offline update</title>
      <link>https://community.qlik.com/t5/Talend-Studio/data-from-online-to-offline-update/m-p/2331697#M100653</link>
      <description>&lt;P&gt;Dear Concern/ Sabrina,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sorry to bother you again. but the issue is not resolve yet. so would you be able to help me please.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Mar 2021 03:19:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/data-from-online-to-offline-update/m-p/2331697#M100653</guid>
      <dc:creator>modara</dc:creator>
      <dc:date>2021-03-25T03:19:26Z</dc:date>
    </item>
  </channel>
</rss>

