<?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 all sub strings ends with .csv in a string? in Security</title>
    <link>https://community.splunk.com/t5/Security/How-to-extract-all-sub-strings-ends-with-csv-in-a-string/m-p/211618#M6042</link>
    <description>&lt;P&gt;Sorry I'm new to regex. I'm trying to get some meaning full data from the log files. &lt;/P&gt;

&lt;P&gt;I want all the sub-strings ending with .csv in my log file at any given point of time. Below is the the log file preview. Any leads would be highly appreciated.&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/2108iADC71AAC9709AECF/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 06 Nov 2016 22:36:39 GMT</pubDate>
    <dc:creator>SumitPan</dc:creator>
    <dc:date>2016-11-06T22:36:39Z</dc:date>
    <item>
      <title>How to extract all sub strings ends with .csv in a string?</title>
      <link>https://community.splunk.com/t5/Security/How-to-extract-all-sub-strings-ends-with-csv-in-a-string/m-p/211618#M6042</link>
      <description>&lt;P&gt;Sorry I'm new to regex. I'm trying to get some meaning full data from the log files. &lt;/P&gt;

&lt;P&gt;I want all the sub-strings ending with .csv in my log file at any given point of time. Below is the the log file preview. Any leads would be highly appreciated.&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/2108iADC71AAC9709AECF/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 06 Nov 2016 22:36:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-extract-all-sub-strings-ends-with-csv-in-a-string/m-p/211618#M6042</guid>
      <dc:creator>SumitPan</dc:creator>
      <dc:date>2016-11-06T22:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract all sub strings ends with .csv in a string?</title>
      <link>https://community.splunk.com/t5/Security/How-to-extract-all-sub-strings-ends-with-csv-in-a-string/m-p/211619#M6043</link>
      <description>&lt;P&gt;Try..&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; ... | rex "(?&amp;lt;MyCSVFile&amp;gt;\w+\.csv)" 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Change the name &lt;CODE&gt;MyCSVFile&lt;/CODE&gt; to whatever you want to call it.  Here you can see it in &lt;A href="https://regex101.com/r/hia1GH/1"&gt;regex101.com&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2016 01:19:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-extract-all-sub-strings-ends-with-csv-in-a-string/m-p/211619#M6043</guid>
      <dc:creator>Richfez</dc:creator>
      <dc:date>2016-11-07T01:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract all sub strings ends with .csv in a string?</title>
      <link>https://community.splunk.com/t5/Security/How-to-extract-all-sub-strings-ends-with-csv-in-a-string/m-p/211620#M6044</link>
      <description>&lt;P&gt;It's better if you past the text in stead of a picture of the text.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2016 06:51:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-extract-all-sub-strings-ends-with-csv-in-a-string/m-p/211620#M6044</guid>
      <dc:creator>lakromani</dc:creator>
      <dc:date>2016-11-07T06:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract all sub strings ends with .csv in a string?</title>
      <link>https://community.splunk.com/t5/Security/How-to-extract-all-sub-strings-ends-with-csv-in-a-string/m-p/211621#M6045</link>
      <description>&lt;P&gt;Below are the logs. Need to list down all files names ending with .csv. e.g.: &lt;BR /&gt;
1. adn_attribute_set.csv&lt;BR /&gt;
2. adn_navigation_attributes.csv&lt;/P&gt;

&lt;P&gt;host=mdc1vr1002 sourcetype=MCOM_ETL_OUT&lt;/P&gt;

&lt;P&gt;2016-11-06 19:42:35,800 | DEBUG | main:ConcatNCopy | Appending smaller file: adn_attribute_set.csv&lt;BR /&gt;
2016-11-06 19:42:35,801 | DEBUG | main:ConcatNCopy | Copy: adn_attribute_set.csv  to /opt/pim/ETL/MCOM/etlc/output/site/adn_attribute_set.csv, size: 0, elapsed ms: 1&lt;BR /&gt;
2016-11-06 19:42:35,801 | DEBUG | main:ConcatNCopy | Appending smaller file: adn_navigation_attributes.csv&lt;BR /&gt;
2016-11-06 19:42:35,801 | DEBUG | main:ConcatNCopy | Copy: adn_navigation_attributes.csv  to /opt/pim/ETL/MCOM/etlc/output/site/adn_navigation_attributes.csv, size: 0, elapsed ms: 0&lt;BR /&gt;
2016-11-06 19:42:35,809 | DEBUG | main:ConcatNCopy | Appending smaller file: archived_products.csv&lt;BR /&gt;
2016-11-06 19:42:35,830 | DEBUG | main:ConcatNCopy | Copy: archived_products.csv  to /opt/pim/ETL/MCOM/etlc/output/site/archived_products.csv, size: 2768026, elapsed ms: 21&lt;BR /&gt;
2016-11-06 19:42:35,853 | DEBUG | main:ConcatNCopy | Appending smaller file: attr_cat.csv&lt;BR /&gt;
2016-11-06 19:42:36,043 | DEBUG | main:ConcatNCopy | Copy: attr_cat.csv  to /opt/pim/ETL/MCOM/etlc/output/site/attr_cat.csv, size: 201223799, elapsed ms: 190&lt;BR /&gt;
2016-11-06 19:42:36,043 | DEBUG | main:ConcatNCopy | Appending smaller file: attr_category_exclusion.csv&lt;BR /&gt;
2016-11-06 19:42:36,044 | DEBUG | main:ConcatNCopy | Copy: attr_category_exclusion.csv  to /opt/pim/ETL/MCOM/etlc/output/site/attr_category_exclusion.csv, size: 16705, elapsed ms: 1&lt;BR /&gt;
2016-11-06 19:42:36,045 | DEBUG | main:ConcatNCopy | Appending smaller file: attr_page_media.csv&lt;BR /&gt;
2016-11-06 19:42:36,079 | DEBUG | main:ConcatNCopy | Copy: attr_page_media.csv  to /opt/pim/ETL/MCOM/etlc/output/site/attr_page_media.csv, size: 38563205, elapsed ms: 34&lt;BR /&gt;
2016-11-06 19:42:36,125 | DEBUG | main:ConcatNCopy | Appending smaller file: attr_prod_brand_ship.csv&lt;BR /&gt;
2016-11-06 19:42:36,169 | DEBUG | main:ConcatNCopy | Appending smaller file: attr_prod_copy_reg.csv&lt;BR /&gt;
2016-11-06 19:42:36,359 | DEBUG | main:ConcatNCopy | Appending smaller file: attr_prod_data_source.csv&lt;BR /&gt;
2016-11-06 19:42:36,366 | DEBUG | main:ConcatNCopy | Appending smaller file: attr_prod_forced_new.csv&lt;BR /&gt;
2016-11-06 19:42:36,422 | DEBUG | main:ConcatNCopy | Appending smaller file: attr_prod_site_search.csv&lt;BR /&gt;
2016-11-06 19:42:36,773 | DEBUG | main:ConcatNCopy | Appending smaller file: attr_prod_trigger_data.csv&lt;BR /&gt;
2016-11-06 19:42:36,773 | DEBUG | main:ConcatNCopy | Appending smaller file: attr_prod_tuple_data.csv&lt;BR /&gt;
2016-11-06 19:42:36,977 | DEBUG | main:ConcatNCopy | Copy: attr_prod_brand_ship.csv attr_prod_copy_reg.csv attr_prod_data_source.csv attr_prod_forced_new.csv attr_prod_site_search.csv attr_prod_trigger_data.csv attr_prod_tuple_data.csv  to /opt/pim/ETL/MCOM/etlc/output/site/attr_prod.csv, size: 876915462, elapsed ms: 852&lt;BR /&gt;
2016-11-06 19:42:36,977 | DEBUG | main:ConcatNCopy | Appending smaller file: attr_prod2.csv&lt;BR /&gt;
2016-11-06 19:42:36,977 | DEBUG | main:ConcatNCopy | Copy: attr_prod2.csv  to /opt/pim/ETL/MCOM/etlc/output/site/attr_prod2.csv, size: 0, elapsed ms: 0&lt;BR /&gt;
2016-11-06 19:42:36,977 | DEBUG | main:ConcatNCopy | Appending smaller file: attr_prod3.csv&lt;BR /&gt;
2016-11-06 19:42:36,977 | DEBUG | main:ConcatNCopy | Copy: attr_prod3.csv  to /opt/pim/ETL/MCOM/etlc/output/site/attr_prod3.csv, size: 0, elapsed ms: 0&lt;BR /&gt;
2016-11-06 19:42:36,977 | DEBUG | main:ConcatNCopy | Appending smaller file: attr_prod4.csv&lt;BR /&gt;
2016-11-06 19:42:36,978 | DEBUG | main:ConcatNCopy | Copy: attr_prod4.csv  to /opt/pim/ETL/MCOM/etlc/output/site/attr_prod4.csv, size: 0, elapsed ms: 1&lt;BR /&gt;
2016-11-06 19:42:36,978 | DEBUG | main:ConcatNCopy | Appending smaller file: attr_prod5.csv&lt;BR /&gt;
2016-11-06 19:42:36,984 | DEBUG | main:ConcatNCopy | Copy: attr_prod5.csv  to /opt/pim/ETL/MCOM/etlc/output/site/attr_prod5.csv, size: 6903099, elapsed ms: 6&lt;BR /&gt;
2016-11-06 19:42:36,985 | DEBUG | main:ConcatNCopy | Appending smaller file: attr_prod7.csv&lt;BR /&gt;
2016-11-06 19:42:36,985 | DEBUG | main:ConcatNCopy | Copy: attr_prod7.csv  to /opt/pim/ETL/MCOM/etlc/output/site/attr_prod7.csv, size: 0, elapsed ms: 1&lt;BR /&gt;
2016-11-06 19:42:36,985 | DEBUG | main:ConcatNCopy | Appending smaller file: attr_prod8.csv&lt;BR /&gt;
2016-11-06 19:42:36,985 | DEBUG | main:ConcatNCopy | Copy: attr_prod8.csv  to /opt/pim/ETL/MCOM/etlc/output/site/attr_prod8.csv, size: 0, elapsed ms: 0&lt;BR /&gt;
2016-11-06 19:42:36,985 | DEBUG | main:ConcatNCopy | Appending smaller file: attr_prod_colorway.csv&lt;BR /&gt;
2016-11-06 19:42:36,985 | DEBUG | main:ConcatNCopy | Copy: attr_prod_colorway.csv  to /opt/pim/ETL/MCOM/etlc/output/site/attr_prod_colorway.csv, size: 11624, elapsed ms: 0&lt;BR /&gt;
2016-11-06 19:42:36,985 | DEBUG | main:ConcatNCopy | Appending smaller file: attr_product_exclusion.csv&lt;BR /&gt;
2016-11-06 19:42:36,991 | DEBUG | main:ConcatNCopy | Copy: attr_product_exclusion.csv  to /opt/pim/ETL/MCOM/etlc/output/site/attr_product_exclusion.csv, size: 5340406, elapsed ms: 6&lt;BR /&gt;
2016-11-06 19:42:36,991 | DEBUG | main:ConcatNCopy | Appending smaller file: attr_promo.csv&lt;BR /&gt;
2016-11-06 19:42:36,992 | DEBUG | main:ConcatNCopy | Copy: attr_promo.csv  to /opt/pim/ETL/MCOM/etlc/output/site/attr_promo.csv, size: 577403, elapsed ms: 1&lt;BR /&gt;
2016-11-06 19:42:36,992 | DEBUG | main:ConcatNCopy | Appending smaller file: attr_req.csv&lt;BR /&gt;
2016-11-06 19:42:36,992 | DEBUG | main:ConcatNCopy | Copy: attr_req.csv  to /opt/pim/ETL/MCOM/etlc/output/site/attr_req.csv, size: 52738, elapsed ms: 0&lt;BR /&gt;
2016-11-06 19:42:37,010 | DEBUG | main:ConcatNCopy | Appending smaller file: attr_upc.csv&lt;BR /&gt;
2016-11-06 19:42:37,495 | DEBUG | main:ConcatNCopy | Copy: attr_upc.csv  to /opt/pim/ETL/MCOM/etlc/output/site/attr_upc.csv, size: 478738319, elapsed ms: 485&lt;BR /&gt;
2016-11-06 19:42:37,495 | DEBUG | main:ConcatNCopy | Appending smaller file: attr_vl.csv&lt;BR /&gt;
2016-11-06 19:42:37,495 | DEBUG | main:ConcatNCopy | Copy: attr_vl.csv  to /opt/pim/ETL/MCOM/etlc/output/site/attr_vl.csv, size: 21284, elapsed ms: 0&lt;BR /&gt;
2016-11-06 19:42:37,496 | DEBUG | main:ConcatNCopy | Appending smaller file: attr_vlitems.csv&lt;BR /&gt;
2016-11-06 19:42:37,497 | DEBUG | main:ConcatNCopy | Copy: attr_vlitems.csv  to /opt/pim/ETL/MCOM/etlc/output/site/attr_vlitems.csv, size: 1181621, elapsed ms: 1&lt;BR /&gt;
2016-11-06 19:42:37,497 | DEBUG | main:ConcatNCopy | Appending smaller file: attribute.csv&lt;BR /&gt;
2016-11-06 19:42:37,497 | DEBUG | main:ConcatNCopy | Copy: attribute.csv  to /opt/pim/ETL/MCOM/etlc/output/site/attribute.csv, size: 173351, elapsed ms: 0&lt;BR /&gt;
2016-11-06 19:42:37,497 | DEBUG | main:ConcatNCopy | Appending smaller file: brand.csv&lt;BR /&gt;
2016-11-06 19:42:37,498 | DEBUG | main:ConcatNCopy | Copy: brand.csv  to /opt/pim/ETL/MCOM/etlc/output/site/brand.csv, size: 117929, elapsed ms: 1&lt;BR /&gt;
2016-11-06 19:42:37,498 | DEBUG | main:ConcatNCopy | Appending smaller file: brand_constraint.csv&lt;BR /&gt;
2016-11-06 19:42:37,498 | DEBUG | main:ConcatNCopy | Copy: brand_constraint.csv  to /opt/pim/ETL/MCOM/etlc/output/site/brand_constraint.csv, size: 0, elapsed ms: 0&lt;BR /&gt;
2016-11-06 19:42:37,498 | DEBUG | main:ConcatNCopy | Appending smaller file: brand_constraint_val.csv&lt;BR /&gt;
2016-11-06 19:42:37,498 | DEBUG | main:ConcatNCopy | Copy: brand_constraint_val.csv  to /opt/pim/ETL/MCOM/etlc/output/site/brand_constraint_val.csv, size: 0, elapsed ms: 0&lt;BR /&gt;
2016-11-06 19:42:37,498 | DEBUG | main:ConcatNCopy | Appending smaller file: cat_pools.csv&lt;BR /&gt;
2016-11-06 19:42:37,502 | DEBUG | main:ConcatNCopy | Copy: cat_pools.csv  to /opt/pim/ETL/MCOM/etlc/output/site/cat_pools.csv, size: 4362512, elapsed ms: 4&lt;BR /&gt;
2016-11-06 19:42:37,502 | DEBUG | main:ConcatNCopy | Appending smaller file: cat_prod.csv&lt;BR /&gt;
2016-11-06 19:42:37,503 | DEBUG | main:ConcatNCopy | Copy: cat_prod.csv  to /opt/pim/ETL/MCOM/etlc/output/site/cat_prod.csv, size: 54444, elapsed ms: 1&lt;BR /&gt;
2016-11-06 19:42:37,503 | DEBUG | main:ConcatNCopy | Appending smaller file: catalog.csv&lt;BR /&gt;
2016-11-06 19:42:37,503 | DEBUG | main:ConcatNCopy | Copy: catalog.csv  to /opt/pim/ETL/MCOM/etlc/output/site/catalog.csv, size: 9310, elapsed ms: 0&lt;BR /&gt;
2016-11-06 19:42:37,503 | DEBUG | main:ConcatNCopy | Appending smaller file: catalog_context.csv&lt;BR /&gt;
2016-11-06 19:42:37,503 | DEBUG | main:ConcatNCopy | Copy: catalog_context.csv  to /opt/pim/ETL/MCOM/etlc/output/site/catalog_context.csv, size: 31, elapsed ms: 0&lt;BR /&gt;
2016-11-06 19:42:37,504 | DEBUG | main:ConcatNCopy | Appending smaller file: category.csv&lt;BR /&gt;
2016-11-06 19:42:37,512 | DEBUG | main:ConcatNCopy | Copy: category.csv  to /opt/pim/ETL/MCOM/etlc/output/site/category.csv, size: 9478833, elapsed ms: 8&lt;BR /&gt;
2016-11-06 19:42:37,513 | DEBUG | main:ConcatNCopy | Appending smaller file: category_facet.csv&lt;BR /&gt;
2016-11-06 19:42:37,543 | DEBUG | main:ConcatNCopy | Copy: category_facet.csv  to /opt/pim/ETL/MCOM/etlc/output/site/category_facet.csv, size: 36649061, elapsed ms: 30&lt;BR /&gt;
2016-11-06 19:42:37,544 | DEBUG | main:ConcatNCopy | Appending smaller file: contextual_category.csv&lt;BR /&gt;
2016-11-06 19:42:37,547 | DEBUG | main:ConcatNCopy | Copy: contextual_category.csv  to /opt/pim/ETL/MCOM/etlc/output/site/contextual_category.csv, size: 2614776, elapsed ms: 3&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 11:42:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-extract-all-sub-strings-ends-with-csv-in-a-string/m-p/211621#M6045</guid>
      <dc:creator>SumitPan</dc:creator>
      <dc:date>2020-09-29T11:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract all sub strings ends with .csv in a string?</title>
      <link>https://community.splunk.com/t5/Security/How-to-extract-all-sub-strings-ends-with-csv-in-a-string/m-p/211622#M6046</link>
      <description>&lt;P&gt;it fixed the problem.......&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;rex field=_raw ".*\s(?P.*\.csv)$" |search CSVFiles=*
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 11 Nov 2016 17:13:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-extract-all-sub-strings-ends-with-csv-in-a-string/m-p/211622#M6046</guid>
      <dc:creator>SumitPan</dc:creator>
      <dc:date>2016-11-11T17:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract all sub strings ends with .csv in a string?</title>
      <link>https://community.splunk.com/t5/Security/How-to-extract-all-sub-strings-ends-with-csv-in-a-string/m-p/211623#M6047</link>
      <description>&lt;P&gt;Then this should do:&lt;BR /&gt;
&lt;CODE&gt;your search | rex "(?&amp;lt;file&amp;gt;\w+\.csv)"&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Sames as &lt;CODE&gt;rich7177&lt;/CODE&gt; posted.  So if this works, accept his answer.&lt;/P&gt;

&lt;P&gt;PS some lines have more than one file name, this  &lt;CODE&gt;rex&lt;/CODE&gt; gets them all.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;2016-11-06 19:42:36,977 | DEBUG | main:ConcatNCopy | Copy: attr_prod_brand_ship.csv attr_prod_copy_reg.csv attr_prod_data_source.csv attr_prod_forced_new.csv attr_prod_site_search.csv attr_prod_trigger_data.csv attr_prod_tuple_data.csv to
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 11 Nov 2016 21:37:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-extract-all-sub-strings-ends-with-csv-in-a-string/m-p/211623#M6047</guid>
      <dc:creator>lakromani</dc:creator>
      <dc:date>2016-11-11T21:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract all sub strings ends with .csv in a string?</title>
      <link>https://community.splunk.com/t5/Security/How-to-extract-all-sub-strings-ends-with-csv-in-a-string/m-p/211624#M6048</link>
      <description>&lt;P&gt;This &lt;CODE&gt;rex&lt;/CODE&gt; does not work with the above data.&lt;BR /&gt;
It can not be complete here?&lt;/P&gt;

&lt;P&gt;PS you do not need to specify &lt;CODE&gt;field=_raw&lt;/CODE&gt;, if omitted, &lt;CODE&gt;_raw&lt;/CODE&gt; is used by default.&lt;/P&gt;</description>
      <pubDate>Sat, 12 Nov 2016 22:19:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-extract-all-sub-strings-ends-with-csv-in-a-string/m-p/211624#M6048</guid>
      <dc:creator>lakromani</dc:creator>
      <dc:date>2016-11-12T22:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract all sub strings ends with .csv in a string?</title>
      <link>https://community.splunk.com/t5/Security/How-to-extract-all-sub-strings-ends-with-csv-in-a-string/m-p/211625#M6049</link>
      <description>&lt;P&gt;I have tried both the rex and both seems to be working fine.&lt;/P&gt;</description>
      <pubDate>Sat, 12 Nov 2016 23:14:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-extract-all-sub-strings-ends-with-csv-in-a-string/m-p/211625#M6049</guid>
      <dc:creator>SumitPan</dc:creator>
      <dc:date>2016-11-12T23:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract all sub strings ends with .csv in a string?</title>
      <link>https://community.splunk.com/t5/Security/How-to-extract-all-sub-strings-ends-with-csv-in-a-string/m-p/211626#M6050</link>
      <description>&lt;P&gt;&lt;CODE&gt;(?P..csv)&lt;/CODE&gt; this does not extract anything.  If it was more like &lt;CODE&gt;(?&amp;lt;CSVFiles&amp;gt;\w+\.csv)&lt;/CODE&gt; it will work.&lt;/P&gt;</description>
      <pubDate>Sun, 13 Nov 2016 08:02:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-extract-all-sub-strings-ends-with-csv-in-a-string/m-p/211626#M6050</guid>
      <dc:creator>lakromani</dc:creator>
      <dc:date>2016-11-13T08:02:21Z</dc:date>
    </item>
  </channel>
</rss>

