<?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: Exporting filtered queue export using automateC in Digital Exchange</title>
    <link>https://community.blueprism.com/t5/Digital-Exchange/Exporting-filtered-queue-export-using-automateC/m-p/116228#M3971</link>
    <description>&lt;P&gt;i have a similar question so using this thread .&lt;/P&gt;&lt;P&gt;is there any way we can feed date range as&amp;nbsp; switch while exporting the Queue data. i tried to look for this in AutomateC command line page but could not find .&lt;/P&gt;</description>
    <pubDate>Fri, 11 Oct 2024 12:00:13 GMT</pubDate>
    <dc:creator>Neel1</dc:creator>
    <dc:date>2024-10-11T12:00:13Z</dc:date>
    <item>
      <title>Exporting filtered queue export using automateC</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Exporting-filtered-queue-export-using-automateC/m-p/60208#M1974</link>
      <description>Hi There,&lt;BR /&gt;&lt;BR /&gt;I was trying to extract the queue report of all the processes based on a filter (monthly,weekly).&lt;BR /&gt;Currently the below expression is working perfectly and i am able to extract the fulle report.&lt;BR /&gt;&lt;BR /&gt;"/exportqueue"&amp;amp;""""&amp;amp;[I_Exports Folder] &amp;amp; Replace(Replace(Replace([Queue Names.Queue Name],"/",""),"/","),"​","") &amp;amp; "Export.csv" &amp;amp; "" &amp;amp;"/queuename" &amp;amp; """" &amp;amp; [Queue Names.Queue Name] &amp;amp; """" &amp;amp; "/user" &amp;amp; [User] &amp;amp; " " &amp;amp; [Password]&lt;BR /&gt;&lt;BR /&gt;But i need to export the queue based on a filter.&lt;BR /&gt;I have tried creating a filter in the queue and edited the above expression to add &lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;/queuefilter&amp;nbsp;&lt;STRONG&gt;appliedFilterName&lt;/STRONG&gt; , but its giving me a syntax error.&lt;BR /&gt;&lt;BR /&gt;can someone help me out in this.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sarath&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Sarath Gopinath&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 18 May 2022 21:48:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Exporting-filtered-queue-export-using-automateC/m-p/60208#M1974</guid>
      <dc:creator>sarathgnair</dc:creator>
      <dc:date>2022-05-18T21:48:00Z</dc:date>
    </item>
    <item>
      <title>RE: Exporting filtered queue export using automateC</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Exporting-filtered-queue-export-using-automateC/m-p/60209#M1975</link>
      <description>Hi Sarath,&lt;BR /&gt;&lt;BR /&gt;The export query filter that I've used on my machine is as follows:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="7949.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/8126i82C4E52926057D6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="7949.png" alt="7949.png" /&gt;&lt;/span&gt;
&lt;PRE class="language-markup"&gt;&lt;CODE&gt;AutomateC /exportqueue "{FILE_PATH}" /queuename "{QUEUE_NAME}" /user "{USER_NAME}" "{PASSWORD}" /queuefilter "{FILTERNAME}"​&lt;/CODE&gt;&lt;/PRE&gt;
&lt;BR /&gt;In my case, the File path is: &lt;EM&gt;&lt;STRONG&gt;C:\Users\DevneetMohanty\Documents\Export.csv, &lt;/STRONG&gt;&lt;/EM&gt;queue name is: &lt;EM&gt;&lt;STRONG&gt;New Orders &lt;/STRONG&gt;&lt;/EM&gt;and the filter name is&lt;STRONG&gt;&lt;/STRONG&gt;&lt;EM&gt;&lt;STRONG&gt; Weekly&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/EM&gt;I took a look over your expression and found that you were missing double quotes, spaces and also '&lt;EM&gt;&lt;STRONG&gt;AutomateC&lt;/STRONG&gt;&lt;/EM&gt;' keyword at the very beginning:&lt;BR /&gt;&lt;BR /&gt;I updated your expression as follows:&lt;EM&gt;&lt;EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/EM&gt;
&lt;PRE class="language-markup"&gt;&lt;CODE&gt;"AutomateC /exportqueue " &amp;amp; """" &amp;amp;[I_Exports Folder] &amp;amp; Replace(Replace(Replace([Queue Names.Queue Name],"/",""),"/",""),"​","") &amp;amp; "Export.csv" &amp;amp; """" &amp;amp;" /queuename " &amp;amp; """" &amp;amp; [Queue Names.Queue Name] &amp;amp; """" &amp;amp; " /user " &amp;amp; """" &amp;amp; [User] &amp;amp; """" &amp;amp; " " &amp;amp; """" &amp;amp; [Password] &amp;amp; """" &amp;amp; " /queuefilter " &amp;amp; """" &amp;amp; [Filter Name] &amp;amp; """"&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;You can see that upon evaluating the above calculation I am getting the following result:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="7950.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/8127i6E548CFF35149DF0/image-size/large?v=v2&amp;amp;px=999" role="button" title="7950.png" alt="7950.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;And if I execute the text that got generated as a part of the evaluation, I get the below output from CMD:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="7951.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/8125i1068FD4050657A7C/image-size/large?v=v2&amp;amp;px=999" role="button" title="7951.png" alt="7951.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="7952.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/8124iD811AE437950177F/image-size/large?v=v2&amp;amp;px=999" role="button" title="7952.png" alt="7952.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;BR /&gt;------------------------------&lt;BR /&gt;----------------------------------&lt;BR /&gt;Hope it helps you out and if my solution resolves your query, then please mark it as the 'Best Answer' so that the others members in the community having similar problem statement can track the answer easily in future&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Devneet Mohanty&lt;BR /&gt;Intelligent Process Automation Consultant | Sr. Consultant - Automation Developer,&lt;BR /&gt;Wonderbotz India Pvt. Ltd.&lt;BR /&gt;Blue Prism Community MVP | Blue Prism 7x Certified Professional&lt;BR /&gt;Website: &lt;A href="https://devneet.github.io/" target="test_blank"&gt;https://devneet.github.io/&lt;/A&gt;&lt;BR /&gt;Email: devneetmohanty07@gmail.com&lt;BR /&gt;&lt;BR /&gt;----------------------------------&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 19 May 2022 00:18:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Exporting-filtered-queue-export-using-automateC/m-p/60209#M1975</guid>
      <dc:creator>devneetmohanty07</dc:creator>
      <dc:date>2022-05-19T00:18:00Z</dc:date>
    </item>
    <item>
      <title>RE: Exporting filtered queue export using automateC</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Exporting-filtered-queue-export-using-automateC/m-p/60210#M1976</link>
      <description>Hi Devneet,&lt;BR /&gt;&lt;BR /&gt;Thank you so much for the response.&lt;BR /&gt;&lt;BR /&gt;I tried the logic you provided and its working fine.&lt;BR /&gt;&lt;BR /&gt;Thanks again.&lt;BR /&gt;Regards,&lt;BR /&gt;Sarath​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Sarath Gopinath&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 20 May 2022 02:30:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Exporting-filtered-queue-export-using-automateC/m-p/60210#M1976</guid>
      <dc:creator>sarathgnair</dc:creator>
      <dc:date>2022-05-20T02:30:00Z</dc:date>
    </item>
    <item>
      <title>RE: Exporting filtered queue export using automateC</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Exporting-filtered-queue-export-using-automateC/m-p/60211#M1977</link>
      <description>Hi Sarath,&lt;BR /&gt;&lt;BR /&gt;Thanks for sharing your doubts with the community. Glad your issue got resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;----------------------------------&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Devneet Mohanty&lt;BR /&gt;Intelligent Process Automation Consultant | Sr. Consultant - Automation Developer,&lt;BR /&gt;Wonderbotz India Pvt. Ltd.&lt;BR /&gt;Blue Prism Community MVP | Blue Prism 7x Certified Professional&lt;BR /&gt;Website: &lt;A href="https://devneet.github.io/" target="test_blank"&gt;https://devneet.github.io/&lt;/A&gt;&lt;BR /&gt;Email: devneetmohanty07@gmail.com&lt;BR /&gt;&lt;BR /&gt;----------------------------------&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 20 May 2022 05:49:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Exporting-filtered-queue-export-using-automateC/m-p/60211#M1977</guid>
      <dc:creator>devneetmohanty07</dc:creator>
      <dc:date>2022-05-20T05:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting filtered queue export using automateC</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Exporting-filtered-queue-export-using-automateC/m-p/116228#M3971</link>
      <description>&lt;P&gt;i have a similar question so using this thread .&lt;/P&gt;&lt;P&gt;is there any way we can feed date range as&amp;nbsp; switch while exporting the Queue data. i tried to look for this in AutomateC command line page but could not find .&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2024 12:00:13 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Exporting-filtered-queue-export-using-automateC/m-p/116228#M3971</guid>
      <dc:creator>Neel1</dc:creator>
      <dc:date>2024-10-11T12:00:13Z</dc:date>
    </item>
  </channel>
</rss>

