<?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: Nested Collection(Json Collection) write in Excel in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Nested-Collection-Json-Collection-write-in-Excel/m-p/69934#M22539</link>
    <description>You can serialize it, but I doubt it is something you actually want.&lt;BR /&gt;You can't simply write data with 3 dimensions into a 2d table.&lt;BR /&gt;However, you can iterate over collection rows, create a worksheet for each row and write each nested collection in it's own worksheet.&lt;BR /&gt;You can also make another top-level table with links to individual worksheets/ranges that you create.&lt;BR /&gt;&lt;BR /&gt;edit: or you can put all on one sheet, just calc sheet end after each iteration and paste new row's collection after it... depends what you need.&lt;BR /&gt;------------------------------&lt;BR /&gt;Andrey Kudinov&lt;BR /&gt;Project Manager&lt;BR /&gt;MobileTelesystems PJSC&lt;BR /&gt;Europe/Moscow&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Tue, 16 Feb 2021 22:17:00 GMT</pubDate>
    <dc:creator>AndreyKudinov</dc:creator>
    <dc:date>2021-02-16T22:17:00Z</dc:date>
    <item>
      <title>Nested Collection(Json Collection) write in Excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Nested-Collection-Json-Collection-write-in-Excel/m-p/69932#M22537</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Want to know if any option is there to write a nested collection directly to excel.&lt;BR /&gt;Like below Collection.&lt;BR /&gt;&lt;BR /&gt;--------------------------&lt;BR /&gt;ID&amp;nbsp; &amp;nbsp; &amp;nbsp;|&amp;nbsp; &amp;nbsp; &amp;nbsp; Collection&lt;BR /&gt;--------------------------&lt;BR /&gt;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&amp;nbsp; &amp;nbsp; Row 1 of&amp;nbsp; 5&lt;BR /&gt;2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&amp;nbsp; &amp;nbsp; &amp;nbsp;Row 1 of 2&lt;BR /&gt;3&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&amp;nbsp; &amp;nbsp; &amp;nbsp;Row 1 of 12&lt;BR /&gt;-------------------------&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Arghya Bhattacharyya&lt;BR /&gt;RPA Developer&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Feb 2021 10:46:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Nested-Collection-Json-Collection-write-in-Excel/m-p/69932#M22537</guid>
      <dc:creator>arghya.b</dc:creator>
      <dc:date>2021-02-12T10:46:00Z</dc:date>
    </item>
    <item>
      <title>RE: Nested Collection(Json Collection) write in Excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Nested-Collection-Json-Collection-write-in-Excel/m-p/69933#M22538</link>
      <description>Hi Arghya,&lt;BR /&gt;&lt;BR /&gt;I'm afraid there's no way Excel can allow a table to be written into a single cell.&lt;BR /&gt;&lt;BR /&gt;Your best bet would be the extract the data from each table into a text/string format. You could separate columns with / and rows can be put onto new lines e.g.&lt;BR /&gt;&lt;BR /&gt;Column1 / Column2 / Column3&lt;BR /&gt;Row2 / Row2 / Row2&lt;BR /&gt;Row3 / Row3 / Row3&lt;BR /&gt;&lt;BR /&gt;I think my best advice would be to think how you would try to solve as a human, then try to replicate that structure in your process/action.&lt;BR /&gt;&lt;BR /&gt;Kind Regards&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ben Lyons&lt;BR /&gt;Product Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;UK&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Feb 2021 14:40:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Nested-Collection-Json-Collection-write-in-Excel/m-p/69933#M22538</guid>
      <dc:creator>Ben.Lyons1</dc:creator>
      <dc:date>2021-02-12T14:40:00Z</dc:date>
    </item>
    <item>
      <title>RE: Nested Collection(Json Collection) write in Excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Nested-Collection-Json-Collection-write-in-Excel/m-p/69934#M22539</link>
      <description>You can serialize it, but I doubt it is something you actually want.&lt;BR /&gt;You can't simply write data with 3 dimensions into a 2d table.&lt;BR /&gt;However, you can iterate over collection rows, create a worksheet for each row and write each nested collection in it's own worksheet.&lt;BR /&gt;You can also make another top-level table with links to individual worksheets/ranges that you create.&lt;BR /&gt;&lt;BR /&gt;edit: or you can put all on one sheet, just calc sheet end after each iteration and paste new row's collection after it... depends what you need.&lt;BR /&gt;------------------------------&lt;BR /&gt;Andrey Kudinov&lt;BR /&gt;Project Manager&lt;BR /&gt;MobileTelesystems PJSC&lt;BR /&gt;Europe/Moscow&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Feb 2021 22:17:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Nested-Collection-Json-Collection-write-in-Excel/m-p/69934#M22539</guid>
      <dc:creator>AndreyKudinov</dc:creator>
      <dc:date>2021-02-16T22:17:00Z</dc:date>
    </item>
    <item>
      <title>RE: Nested Collection(Json Collection) write in Excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Nested-Collection-Json-Collection-write-in-Excel/m-p/69935#M22540</link>
      <description>Thank you Ben.&lt;BR /&gt;Actually i was looking for any pre build VBO by which we can write nested collection in excel by traversing row by row.&lt;BR /&gt;Thanks i have written a code stage to do that.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Arghya Bhattacharyya&lt;BR /&gt;RPA Developer&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Mar 2021 13:20:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Nested-Collection-Json-Collection-write-in-Excel/m-p/69935#M22540</guid>
      <dc:creator>arghya.b</dc:creator>
      <dc:date>2021-03-24T13:20:00Z</dc:date>
    </item>
  </channel>
</rss>

