<?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 Thanks john for the in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Queue/m-p/73324#M25929</link>
    <description>Thanks john for the suggestion.
Is there any way using which we can write directly from the queue into an excel without using collection in between?</description>
    <pubDate>Tue, 24 Jan 2017 11:28:00 GMT</pubDate>
    <dc:creator>SagarDubey1</dc:creator>
    <dc:date>2017-01-24T11:28:00Z</dc:date>
    <item>
      <title>Queue</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Queue/m-p/73322#M25927</link>
      <description>Hi All,

Could someone help me with high level design to solve the following case?
- I have 4 excel files with some data and 3 tasks which should be performed on each of the excel files. 
- Tasks May be: a) Filtering the data based on certain criteria, b) sorting the data, c) writing the sorted data back to the new excel.

Goal is to work on each record and each excel file. i,e in case of power failures when the process is restarted the next unworked task has to be worked. 
for eg: If two tasks are processed in Excel1, then when the process is restarted, only the 3rd task should be carried out on excel1.

Any help would be greatly appreciated.</description>
      <pubDate>Mon, 23 Jan 2017 16:43:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Queue/m-p/73322#M25927</guid>
      <dc:creator>ShashiK_R</dc:creator>
      <dc:date>2017-01-23T16:43:00Z</dc:date>
    </item>
    <item>
      <title>Load everything into a queue</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Queue/m-p/73323#M25928</link>
      <description>Load everything into a queue (or maybe 4 queues) and work from the queue, not the file. Once all queue items have been worked, take results from the queue and write out to a new file. If the process is to be run on multiple machines, use Environment Locks to ensure only one machine can load the queue and write the result file. &lt;A href="https://portal.blueprism.com/system/files/Blue%20Prism%20-%20Solution%20Design%20Overview_0.pdf" target="test_blank"&gt;https://portal.blueprism.com/system/files/Blue%20Prism%20-%20Solution%20Design%20Overview_0.pdf&lt;/A&gt;</description>
      <pubDate>Mon, 23 Jan 2017 21:51:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Queue/m-p/73323#M25928</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2017-01-23T21:51:00Z</dc:date>
    </item>
    <item>
      <title>Thanks john for the</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Queue/m-p/73324#M25929</link>
      <description>Thanks john for the suggestion.
Is there any way using which we can write directly from the queue into an excel without using collection in between?</description>
      <pubDate>Tue, 24 Jan 2017 11:28:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Queue/m-p/73324#M25929</guid>
      <dc:creator>SagarDubey1</dc:creator>
      <dc:date>2017-01-24T11:28:00Z</dc:date>
    </item>
    <item>
      <title>No you need a process to</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Queue/m-p/73325#M25930</link>
      <description>No you need a process to extract queue data (Work Queues object) and push it out to a file (Excel object or File Utility). In theory you could query the DB directly, but that is a lot harder to do and throws up considerable security/performance issues.</description>
      <pubDate>Tue, 24 Jan 2017 16:00:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Queue/m-p/73325#M25930</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2017-01-24T16:00:00Z</dc:date>
    </item>
    <item>
      <title>hi sagar dubey,</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Queue/m-p/73326#M25931</link>
      <description>hi sagar dubey,
you can try this:
read excel
-&amp;gt; put the sheet into a collection
-&amp;gt; for the output eg. you can create a new sheet in the excel workbook
-&amp;gt; use a loop, do your work with the data in the collection, store the result in the new excel-sheet.  this way you work row-for-row, also you store the result in the new sheet row for row.
this way i do it sometimes, but i agree with john, it is better to do with queue.</description>
      <pubDate>Thu, 23 Feb 2017 17:58:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Queue/m-p/73326#M25931</guid>
      <dc:creator>Patrick__Feldhusen</dc:creator>
      <dc:date>2017-02-23T17:58:00Z</dc:date>
    </item>
    <item>
      <title>RE: Load everything into a queue</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Queue/m-p/73327#M25932</link>
      <description>I cannot find the pdf can you provide me with the file or the url?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;KULRANJAN SINGH NEGI&lt;BR /&gt;Associate Professional Programmer Analyst&lt;BR /&gt;DXC Technology&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Dec 2020 16:58:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Queue/m-p/73327#M25932</guid>
      <dc:creator>KULRANJANSINGH1</dc:creator>
      <dc:date>2020-12-01T16:58:00Z</dc:date>
    </item>
  </channel>
</rss>

