<?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: How to write 20220915 as 2022/09/15 in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/How-to-write-20220915-as-2022-09-15/m-p/55720#M10020</link>
    <description>Hi &lt;A class="user-content-mention" data-sign="@" data-contactkey="b3241ac9-d18d-4f8b-bd7f-75c716ba94af" data-tag-text="@Helaria Shaningwa" href="https://community.blueprism.com/network/profile?UserKey=b3241ac9-d18d-4f8b-bd7f-75c716ba94af" data-itemmentionkey="eff74289-ace3-4783-9961-8ae94b891371"&gt;@Helaria Shaningwa&lt;/A&gt;,&lt;BR /&gt;&lt;BR /&gt;Glad to hear it worked :)​​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Manpreet Kaur&lt;BR /&gt;Manager&lt;BR /&gt;Deloitte&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Fri, 16 Sep 2022 14:09:00 GMT</pubDate>
    <dc:creator>ManpreetKaur1</dc:creator>
    <dc:date>2022-09-16T14:09:00Z</dc:date>
    <item>
      <title>How to write 20220915 as 2022/09/15</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-write-20220915-as-2022-09-15/m-p/55715#M10015</link>
      <description>Good day&lt;BR /&gt;&lt;BR /&gt;Can you please help me out as i am new to blue prism.&lt;BR /&gt;How can i write this data item value "20201015" as 2020/10/15?. This value i am getting it from a business object as it is by using a read stage. I tried using split text and extract regex values but no difference.&lt;BR /&gt;&lt;BR /&gt;This value "20221015" is read and stored in the data Item as Text.&lt;BR /&gt;FomatDate did also not work.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Helaria Shaningwa&lt;BR /&gt;RPA Intern&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Sep 2022 13:04:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-write-20220915-as-2022-09-15/m-p/55715#M10015</guid>
      <dc:creator>HelariaShaningw</dc:creator>
      <dc:date>2022-09-15T13:04:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to write 20220915 as 2022/09/15</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-write-20220915-as-2022-09-15/m-p/55716#M10016</link>
      <description>Hi Helaria,&lt;BR /&gt;&lt;BR /&gt;Here's a way of achieving what you want, hopefully it can help you.&amp;nbsp;&lt;BR /&gt;So first we need a way to extract the day, month and year from your text data item:&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;Right([Data1], 2)&lt;/EM&gt; - We are extracting the day here&lt;BR /&gt;&lt;EM&gt;Left([Data1], 4)&lt;/EM&gt; - We are extracting the year&lt;BR /&gt;&lt;EM&gt;Mid([Data1], 5, 2)&lt;/EM&gt; - We are extracting the month&lt;BR /&gt;&lt;BR /&gt;Then we need to make it a date:&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;MakeDate(Right([Data1], 2), Mid([Data1], 5, 2), Left([Data1], 4))&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;Then lastly we put it all together and format the date (The below expression is what you'll use in your calc stage):&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;FormatDate(MakeDate(Right([Data1], 2), Mid([Data1], 5, 2), Left([Data1], 4)), "yyyy/MM/dd")&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;There might be simpler ways of achieving this. &lt;BR /&gt;&lt;BR /&gt;I hope it helps you&lt;BR /&gt;Thank you&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Shuaib Salie&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Sep 2022 14:12:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-write-20220915-as-2022-09-15/m-p/55716#M10016</guid>
      <dc:creator>ShuaibSalie</dc:creator>
      <dc:date>2022-09-15T14:12:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to write 20220915 as 2022/09/15</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-write-20220915-as-2022-09-15/m-p/55717#M10017</link>
      <description>Hi &lt;A class="user-content-mention" data-sign="@" data-contactkey="b3241ac9-d18d-4f8b-bd7f-75c716ba94af" data-tag-text="@Helaria Shaningwa" href="https://community.blueprism.com/network/profile?UserKey=b3241ac9-d18d-4f8b-bd7f-75c716ba94af" data-itemmentionkey="10e0336e-9793-4a31-8d9f-a58487a0f85c"&gt;@Helaria Shaningwa&lt;/A&gt;,&lt;BR /&gt;&lt;BR /&gt;You can &lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="13048.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/13211iF0FA9277EB2B5BBB/image-size/large?v=v2&amp;amp;px=999" role="button" title="13048.png" alt="13048.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;STRONG&gt;For finding year:&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="13049.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/13212i3C01CCCDA1043247/image-size/large?v=v2&amp;amp;px=999" role="button" title="13049.png" alt="13049.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;STRONG&gt;For finding Date:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="13050.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/13213i7BC1406494E469E0/image-size/large?v=v2&amp;amp;px=999" role="button" title="13050.png" alt="13050.png" /&gt;&lt;/span&gt;&lt;BR /&gt;For finding month, since we know that it will always be after 4th character and its format is MM (2 characters) hence:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="13051.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/13214iB0C94FDAB10D48D7/image-size/large?v=v2&amp;amp;px=999" role="button" title="13051.png" alt="13051.png" /&gt;&lt;/span&gt;&lt;/STRONG&gt;​&lt;BR /&gt;&lt;STRONG&gt;For performing final calculation:&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="13052.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/13215iA1FF3EEC9A78B6BD/image-size/large?v=v2&amp;amp;px=999" role="button" title="13052.png" alt="13052.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Please let me know if it doesn't work for you.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Manpreet Kaur&lt;BR /&gt;Manager&lt;BR /&gt;Deloitte&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Sep 2022 18:46:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-write-20220915-as-2022-09-15/m-p/55717#M10017</guid>
      <dc:creator>ManpreetKaur1</dc:creator>
      <dc:date>2022-09-15T18:46:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to write 20220915 as 2022/09/15</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-write-20220915-as-2022-09-15/m-p/55718#M10018</link>
      <description>Hi Manpreet Kaur&lt;BR /&gt;&lt;BR /&gt;It is working perfectly.&lt;BR /&gt;Thank you very much.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Helaria Shaningwa&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Sep 2022 12:52:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-write-20220915-as-2022-09-15/m-p/55718#M10018</guid>
      <dc:creator>HelariaShaningw</dc:creator>
      <dc:date>2022-09-16T12:52:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to write 20220915 as 2022/09/15</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-write-20220915-as-2022-09-15/m-p/55719#M10019</link>
      <description>Hi Shuaib Salie&lt;BR /&gt;&lt;BR /&gt;Issue is resolved, thanks very much for your input.&lt;BR /&gt;Much appreciated.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Helaria Shaningwa&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Sep 2022 12:53:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-write-20220915-as-2022-09-15/m-p/55719#M10019</guid>
      <dc:creator>HelariaShaningw</dc:creator>
      <dc:date>2022-09-16T12:53:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to write 20220915 as 2022/09/15</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-write-20220915-as-2022-09-15/m-p/55720#M10020</link>
      <description>Hi &lt;A class="user-content-mention" data-sign="@" data-contactkey="b3241ac9-d18d-4f8b-bd7f-75c716ba94af" data-tag-text="@Helaria Shaningwa" href="https://community.blueprism.com/network/profile?UserKey=b3241ac9-d18d-4f8b-bd7f-75c716ba94af" data-itemmentionkey="eff74289-ace3-4783-9961-8ae94b891371"&gt;@Helaria Shaningwa&lt;/A&gt;,&lt;BR /&gt;&lt;BR /&gt;Glad to hear it worked :)​​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Manpreet Kaur&lt;BR /&gt;Manager&lt;BR /&gt;Deloitte&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Sep 2022 14:09:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-write-20220915-as-2022-09-15/m-p/55720#M10020</guid>
      <dc:creator>ManpreetKaur1</dc:creator>
      <dc:date>2022-09-16T14:09:00Z</dc:date>
    </item>
  </channel>
</rss>

