<?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 Data Gateways file Creation in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Data-Gateways-file-Creation/m-p/90827#M40968</link>
    <description>&lt;P&gt;Hi Community&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any idea how I can create a DateTime dt = "YYYYMMdd_HHmm" that is round down to 10 minutes?&lt;/P&gt;
&lt;P&gt;We need to configure DataGateways in a way that the file is written new every 10 Minutes. I'd like to do this by using the given DateTime functionality.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;How can I round down the datetime i'm using in the file name = dgwlog_%{+YYYYMMdd_HHmm}.txt to 10 minutes?&lt;/P&gt;
&lt;P&gt;Meaning:&lt;/P&gt;
&lt;P&gt;20200721_1042 --&amp;gt; 20200721_1040&lt;/P&gt;
&lt;P&gt;20200721_1048 --&amp;gt; 20200721_1040&lt;/P&gt;
&lt;P&gt;20200721_1050 --&amp;gt; 20200721_1050&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;BR /&gt;The goal is that there will be a new file every 10 minutes for the DataGateways output.&lt;/P&gt;
&lt;P&gt;If I am using only one Minute value like "log_%{+YYYYMMdd_HHm}0.txt" --&amp;gt; this will give me Minutes like this: 1 or 17 or 53.&lt;/P&gt;
&lt;P&gt;So this is not working.&lt;BR /&gt;&lt;BR /&gt;Thank you in Advance&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Yves Schumacher&lt;BR /&gt;Business Consultant&lt;BR /&gt;InCube Group&lt;BR /&gt;Europe/Zurich&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Wed, 22 Jul 2020 13:34:00 GMT</pubDate>
    <dc:creator>YvesSchumacher</dc:creator>
    <dc:date>2020-07-22T13:34:00Z</dc:date>
    <item>
      <title>Data Gateways file Creation</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Data-Gateways-file-Creation/m-p/90827#M40968</link>
      <description>&lt;P&gt;Hi Community&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any idea how I can create a DateTime dt = "YYYYMMdd_HHmm" that is round down to 10 minutes?&lt;/P&gt;
&lt;P&gt;We need to configure DataGateways in a way that the file is written new every 10 Minutes. I'd like to do this by using the given DateTime functionality.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;How can I round down the datetime i'm using in the file name = dgwlog_%{+YYYYMMdd_HHmm}.txt to 10 minutes?&lt;/P&gt;
&lt;P&gt;Meaning:&lt;/P&gt;
&lt;P&gt;20200721_1042 --&amp;gt; 20200721_1040&lt;/P&gt;
&lt;P&gt;20200721_1048 --&amp;gt; 20200721_1040&lt;/P&gt;
&lt;P&gt;20200721_1050 --&amp;gt; 20200721_1050&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;BR /&gt;The goal is that there will be a new file every 10 minutes for the DataGateways output.&lt;/P&gt;
&lt;P&gt;If I am using only one Minute value like "log_%{+YYYYMMdd_HHm}0.txt" --&amp;gt; this will give me Minutes like this: 1 or 17 or 53.&lt;/P&gt;
&lt;P&gt;So this is not working.&lt;BR /&gt;&lt;BR /&gt;Thank you in Advance&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Yves Schumacher&lt;BR /&gt;Business Consultant&lt;BR /&gt;InCube Group&lt;BR /&gt;Europe/Zurich&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Jul 2020 13:34:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Data-Gateways-file-Creation/m-p/90827#M40968</guid>
      <dc:creator>YvesSchumacher</dc:creator>
      <dc:date>2020-07-22T13:34:00Z</dc:date>
    </item>
    <item>
      <title>RE: Data Gateways file Creation</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Data-Gateways-file-Creation/m-p/90828#M40969</link>
      <description>Hi Yves,&lt;BR /&gt;In the Utility - Date and Time Manipulation object, there is an action called DateAdd. You can add a specified number of hours, minutes, and/or seconds to a given DateTime.&amp;nbsp;&lt;BR /&gt;Would you be able to use this action to establish the 10 minute interval?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Patrick Aucoin&lt;BR /&gt;Senior Product Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Jul 2020 17:26:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Data-Gateways-file-Creation/m-p/90828#M40969</guid>
      <dc:creator>PatrickAucoin</dc:creator>
      <dc:date>2020-07-27T17:26:00Z</dc:date>
    </item>
    <item>
      <title>RE: Data Gateways file Creation</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Data-Gateways-file-Creation/m-p/90829#M40970</link>
      <description>Hi Patrick&lt;BR /&gt;&lt;BR /&gt;No this Utility - Date and Time Manipulation object can not be called from "Data Gateways Configuration".&lt;BR /&gt;Important to know is that i'm not doing this in any Blue Prism Process or Object but in the configuration Tab of&amp;nbsp; Data Gateways inside Blue Prism.&lt;BR /&gt;&lt;BR /&gt;I got some answer in another Forum, where they told me to check out this here:&lt;BR /&gt;&lt;A href="http://logstash-docs.elasticsearch.org.s3.amazonaws.com/_logstash_config_language.html" target="_blank" rel="noopener"&gt;http://logstash-docs.elasticsearch.org.s3.amazonaws.com/_logstash_config_language.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Yves Schumacher&lt;BR /&gt;Business Consultant&lt;BR /&gt;InCube Group&lt;BR /&gt;Europe/Zurich&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Jul 2020 05:55:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Data-Gateways-file-Creation/m-p/90829#M40970</guid>
      <dc:creator>YvesSchumacher</dc:creator>
      <dc:date>2020-07-28T05:55:00Z</dc:date>
    </item>
    <item>
      <title>RE: Data Gateways file Creation</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Data-Gateways-file-Creation/m-p/90830#M40971</link>
      <description>&lt;P&gt;Hi Yves,&lt;BR /&gt;&lt;BR /&gt;If you can have the Data Gateways input run once every 10 minutes then you could use the Custom Configuration to modify the schedule to execute every 10 minutes so that a file will be created at minutes 00,10,20,30,40,50 every hour. The schedule is in a Cron format so the schedule line for the input would be;&lt;BR /&gt;&lt;BR /&gt;schedule =&amp;gt; "*/10 * * * * *"&lt;BR /&gt;&lt;BR /&gt;This way you could keep your file suffix format of &lt;SPAN&gt;YYYYMMdd_HHmm.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Please be aware that once you use the Custom Configuration for a Data Gateways Configuration, you cannot go back to using the GUI based configuration and as always I suggest testing this in a lower environment (local machine, development, test) before making changes in production.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Chris&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Chris McGowan&lt;BR /&gt;Senior Technical Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Jul 2020 14:18:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Data-Gateways-file-Creation/m-p/90830#M40971</guid>
      <dc:creator>chris.mcgowan</dc:creator>
      <dc:date>2020-07-29T14:18:00Z</dc:date>
    </item>
  </channel>
</rss>

