<?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: Update tables from CSV to MySQL when imported with dynamic schema in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Update-tables-from-CSV-to-MySQL-when-imported-with-dynamic/m-p/2230707#M21253</link>
    <description>&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt; 
&lt;BR /&gt;can you elaborate more about this? 
&lt;BR /&gt;&amp;gt;&amp;gt; select the multiple columns as key, since you are using dynamic 
&lt;BR /&gt; 
&lt;BR /&gt;at first I thought you mentioned about define a key and using dynamic column 
&lt;BR /&gt;&amp;gt;&amp;gt; to update you should have key I believe you can define key on the last_name. for the the update you should use last_name and dynamic column. 
&lt;BR /&gt; 
&lt;BR /&gt;so here I create a new column called 'id' in all csv files, and I have them in my schemas along with dynamic column 
&lt;BR /&gt;and I also mapping the columns from input to output 
&lt;BR /&gt;(please check my previous post, I have a screenshot there) 
&lt;BR /&gt;</description>
    <pubDate>Fri, 06 Mar 2020 11:13:58 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-03-06T11:13:58Z</dc:date>
    <item>
      <title>Update tables from CSV to MySQL when imported with dynamic schema</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Update-tables-from-CSV-to-MySQL-when-imported-with-dynamic/m-p/2230701#M21247</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am trying to update rows/values of a table where changes (modified/added/deleted) has been been made without rewriting data for the whole table.&lt;/P&gt; 
&lt;P&gt;If possible, I want the update process to work in the following way.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I think a key is needed here, but is it possible to do it without making changes to the existing table?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Origin table" style="width: 406px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9wu.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/142261iECCF2A06CDE647A3/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9wu.png" alt="0683p000009M9wu.png" /&gt;&lt;/span&gt;&lt;SPAN class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Origin table&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Changes (CSV Upload)" style="width: 411px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9wz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/156653iFF2F00B68D7D4F16/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9wz.png" alt="0683p000009M9wz.png" /&gt;&lt;/span&gt;&lt;SPAN class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Changes (CSV Upload)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Expected Result" style="width: 425px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9vJ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/137084iAF7E8EBB95EB80E7/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9vJ.png" alt="0683p000009M9vJ.png" /&gt;&lt;/span&gt;&lt;SPAN class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Expected Result&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;With the job design below, I can create tables and import it to database, though it doesn't work with update.&lt;/P&gt; 
&lt;P&gt;** I used dynamic schema when mapping input and output. **I added one dynamic column in the schema.&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="input" style="width: 530px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9rq.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/130611i4F21E689DFF0BFF9/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9rq.png" alt="0683p000009M9rq.png" /&gt;&lt;/span&gt;&lt;SPAN class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;input&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;It works well with insert, but not for update as a key is needed.&lt;/P&gt; 
&lt;PRE&gt;Exception in component tDBOutput_2 (test02)
java.lang.RuntimeException: For update, Schema must have a key&lt;/PRE&gt; 
&lt;P&gt;However, not all tables have keys and I can't make changes to the source tables, as it's a company data.&lt;/P&gt; 
&lt;P&gt;Is there a way to make this work?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tMap" style="width: 536px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9x4.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138739i9AD2833240A27372/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9x4.png" alt="0683p000009M9x4.png" /&gt;&lt;/span&gt;&lt;SPAN class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;tMap&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="output" style="width: 544px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9go.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143428iC0896999D29DB310/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9go.png" alt="0683p000009M9go.png" /&gt;&lt;/span&gt;&lt;SPAN class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;output&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Please let me know if you have any question.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks alot!!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:05:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Update-tables-from-CSV-to-MySQL-when-imported-with-dynamic/m-p/2230701#M21247</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T03:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: Update tables from CSV to MySQL when imported with dynamic schema</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Update-tables-from-CSV-to-MySQL-when-imported-with-dynamic/m-p/2230702#M21248</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LQspAAG"&gt;@crotmn&lt;/A&gt;&amp;nbsp;, to update you should have key I believe you can define key on the last_name. for the the update you should use&amp;nbsp;last_name and dynamic column.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2020 04:58:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Update-tables-from-CSV-to-MySQL-when-imported-with-dynamic/m-p/2230702#M21248</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-03-05T04:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: Update tables from CSV to MySQL when imported with dynamic schema</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Update-tables-from-CSV-to-MySQL-when-imported-with-dynamic/m-p/2230703#M21249</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The thing here is that there is a gonna be hundreds of CSV files I'm going to be dealing with all have different schemas and column names (as well as different number of columns and data types).&lt;BR /&gt;&lt;BR /&gt;So I'm not sure how can I can define a key here.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2020 05:17:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Update-tables-from-CSV-to-MySQL-when-imported-with-dynamic/m-p/2230703#M21249</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-05T05:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: Update tables from CSV to MySQL when imported with dynamic schema</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Update-tables-from-CSV-to-MySQL-when-imported-with-dynamic/m-p/2230704#M21250</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LQspAAG"&gt;@crotmn&lt;/A&gt;&amp;nbsp;,you can define the key that column if has in all the files. otherwise the way you want will not support with Dynamic schema.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2020 05:45:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Update-tables-from-CSV-to-MySQL-when-imported-with-dynamic/m-p/2230704#M21250</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-03-05T05:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: Update tables from CSV to MySQL when imported with dynamic schema</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Update-tables-from-CSV-to-MySQL-when-imported-with-dynamic/m-p/2230705#M21251</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt;&lt;BR /&gt;i see so there's no way to update without defining a key, right?&lt;/P&gt; 
&lt;P&gt;I tried adding an id column and defined it as a key, but I think I did missed something here...&lt;/P&gt; 
&lt;P&gt;Because it's not working...&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Here's how I mapped the columns&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="idmapping.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9z1.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/150962iF0408F64A965A0BB/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9z1.png" alt="0683p000009M9z1.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;Please let me know how I can improve this.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;For data type, I initially set the data type as integer but it didn't work&lt;/P&gt; 
&lt;PRE&gt;Couldn't parse value for column 'id' in 'row1', value is '62.82.116.210'.

Details: java.lang.NumberFormatException: For input string: "62.82.116.210"
[ERROR]: local_test.test02_0_1.test02 - tFileInputDelimited_1 - Couldn't parse value for column 'id' in 'row1', value is '62.82.116.210'. Details: java.lang.NumberFormatException: For input string: "62.82.116.210"&lt;/PRE&gt; 
&lt;P&gt;So I tried change from integer to string, but still it didn't work.&lt;/P&gt; 
&lt;PRE&gt;[FATAL]: local_test.test02_0_1.test02 - tDBOutput_2 Duplicate column name 'id'
java.sql.SQLSyntaxErrorException: Duplicate column name 'id'
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)&lt;/PRE&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;------------------------------------&lt;/P&gt; 
&lt;P&gt;Actually when I went back to check on my original database, I found that there were multiple primary keys (in MSSQL),&amp;nbsp;however, some keys weren't properly migrated to MySQL when performing data migration in Talend,&lt;/P&gt; 
&lt;P&gt;so I initially thought there some tables doesn't have a key lol...&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Here's a question.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;1) Is there a way to make sure that primary keys would are migrated correctly?&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;MSSQL =&amp;gt; MySQL&lt;/P&gt; 
&lt;P&gt;2) In case there are multiple keys, how can I map the columns correctly, given that I wanted do it dynamically.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;The actual database contains over hundreds tables with different schemas (no. of columns and data types as well)&lt;/P&gt; 
&lt;P&gt;multi-key examples&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="multikeys.png" style="width: 225px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9zA.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134698i92FED73B987AEBA4/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9zA.png" alt="0683p000009M9zA.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2020 10:34:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Update-tables-from-CSV-to-MySQL-when-imported-with-dynamic/m-p/2230705#M21251</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-06T10:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: Update tables from CSV to MySQL when imported with dynamic schema</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Update-tables-from-CSV-to-MySQL-when-imported-with-dynamic/m-p/2230706#M21252</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LQspAAG"&gt;@crotmn&lt;/A&gt;&amp;nbsp;, select the multiple columns as key,since you are using dynamic ,you need to check is that feasible for your use case.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2020 10:48:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Update-tables-from-CSV-to-MySQL-when-imported-with-dynamic/m-p/2230706#M21252</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-03-06T10:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: Update tables from CSV to MySQL when imported with dynamic schema</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Update-tables-from-CSV-to-MySQL-when-imported-with-dynamic/m-p/2230707#M21253</link>
      <description>&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt; 
&lt;BR /&gt;can you elaborate more about this? 
&lt;BR /&gt;&amp;gt;&amp;gt; select the multiple columns as key, since you are using dynamic 
&lt;BR /&gt; 
&lt;BR /&gt;at first I thought you mentioned about define a key and using dynamic column 
&lt;BR /&gt;&amp;gt;&amp;gt; to update you should have key I believe you can define key on the last_name. for the the update you should use last_name and dynamic column. 
&lt;BR /&gt; 
&lt;BR /&gt;so here I create a new column called 'id' in all csv files, and I have them in my schemas along with dynamic column 
&lt;BR /&gt;and I also mapping the columns from input to output 
&lt;BR /&gt;(please check my previous post, I have a screenshot there) 
&lt;BR /&gt;</description>
      <pubDate>Fri, 06 Mar 2020 11:13:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Update-tables-from-CSV-to-MySQL-when-imported-with-dynamic/m-p/2230707#M21253</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-06T11:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: Update tables from CSV to MySQL when imported with dynamic schema</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Update-tables-from-CSV-to-MySQL-when-imported-with-dynamic/m-p/2230708#M21254</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LQspAAG"&gt;@crotmn&lt;/A&gt;&amp;nbsp;, Key columns need to specify in the schema.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2020 11:39:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Update-tables-from-CSV-to-MySQL-when-imported-with-dynamic/m-p/2230708#M21254</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-03-06T11:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: Update tables from CSV to MySQL when imported with dynamic schema</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Update-tables-from-CSV-to-MySQL-when-imported-with-dynamic/m-p/2230709#M21255</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;i did&lt;/P&gt; 
&lt;P&gt;please check here&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="idmapping.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9z1.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/150962iF0408F64A965A0BB/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9z1.png" alt="0683p000009M9z1.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Here I have id as a key column so I added it in my schema here.&lt;/P&gt; 
&lt;P&gt;Please let me know else I need here.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2020 11:43:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Update-tables-from-CSV-to-MySQL-when-imported-with-dynamic/m-p/2230709#M21255</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-06T11:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: Update tables from CSV to MySQL when imported with dynamic schema</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Update-tables-from-CSV-to-MySQL-when-imported-with-dynamic/m-p/2230710#M21256</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LQspAAG"&gt;@crotmn&lt;/A&gt;&amp;nbsp;, you need to add below columns as this table is target .&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9zo.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/142991i046D60F671743CB6/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9zo.png" alt="0683p000009M9zo.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2020 11:48:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Update-tables-from-CSV-to-MySQL-when-imported-with-dynamic/m-p/2230710#M21256</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-03-06T11:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: Update tables from CSV to MySQL when imported with dynamic schema</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Update-tables-from-CSV-to-MySQL-when-imported-with-dynamic/m-p/2230711#M21257</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That's a different case.&lt;BR /&gt;What I mean now is the initial case I asked when starting this thread.&lt;BR /&gt;&lt;BR /&gt;1st Case: Multiple tables with one key (dynamic schema)&lt;BR /&gt;2nd Case: Multiple tables with one primary composite key (dynamic schema)&lt;BR /&gt;&lt;BR /&gt;**If you know how to make the 2nd case work, please let me know. Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2020 11:59:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Update-tables-from-CSV-to-MySQL-when-imported-with-dynamic/m-p/2230711#M21257</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-06T11:59:12Z</dc:date>
    </item>
  </channel>
</rss>

