<?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 Writing to a CSV in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Writing-to-a-CSV/m-p/85260#M36282</link>
    <description>Hello - I am trying to write a collection value to a CSV file. The collection has a field that has a value ex:01014234210015002. I am using MS-Excel VBO actions create instance&amp;gt;openworkbook&amp;gt;writecollection&amp;gt;save&amp;gt;close instance. However, when i go back and open the excel file, the excel is automatically appending 0's at the end to that value (ex:01014234210015000). I tried to use format cell after writing collection to see if i can change the format to text, but that did not help. The formats i tried with format cell are '0' and '@'.&amp;nbsp; I've observed that this behavior only happens in excel if the number value exceeds 15 digits. Please let me know if there are any other ways to solve this issue.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Maneesh Vemula&lt;BR /&gt;RPA Developer&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Thu, 06 Feb 2020 20:01:00 GMT</pubDate>
    <dc:creator>maneesh.vemula1</dc:creator>
    <dc:date>2020-02-06T20:01:00Z</dc:date>
    <item>
      <title>Writing to a CSV</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Writing-to-a-CSV/m-p/85260#M36282</link>
      <description>Hello - I am trying to write a collection value to a CSV file. The collection has a field that has a value ex:01014234210015002. I am using MS-Excel VBO actions create instance&amp;gt;openworkbook&amp;gt;writecollection&amp;gt;save&amp;gt;close instance. However, when i go back and open the excel file, the excel is automatically appending 0's at the end to that value (ex:01014234210015000). I tried to use format cell after writing collection to see if i can change the format to text, but that did not help. The formats i tried with format cell are '0' and '@'.&amp;nbsp; I've observed that this behavior only happens in excel if the number value exceeds 15 digits. Please let me know if there are any other ways to solve this issue.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Maneesh Vemula&lt;BR /&gt;RPA Developer&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Feb 2020 20:01:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Writing-to-a-CSV/m-p/85260#M36282</guid>
      <dc:creator>maneesh.vemula1</dc:creator>
      <dc:date>2020-02-06T20:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: Writing to a CSV</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Writing-to-a-CSV/m-p/85261#M36283</link>
      <description>Hello,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I would recommend using Text format on the cells prior to input the data as per:&amp;nbsp;&lt;A href="https://support.microsoft.com/en-us/help/269370/last-digits-are-changed-to-zeroes-when-you-type-long-numbers-in-cells" target="_blank" rel="noopener"&gt;https://support.microsoft.com/en-us/help/269370/last-digits-are-changed-to-zeroes-when-you-type-long-numbers-in-cells&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;That is a behavior that Excel have for number after the 15 digits long due to &lt;SPAN&gt;IEEE 754 especification&lt;/SPAN&gt;, probably the csv format is causing issues when changing the format of the cell as well. If not crazy maybe using other file format as a test could help, like xlsx.&lt;BR /&gt;&lt;BR /&gt;Hope this is somewhat useful.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Christopher Rojas&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Feb 2020 21:23:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Writing-to-a-CSV/m-p/85261#M36283</guid>
      <dc:creator>ChristopherRoja</dc:creator>
      <dc:date>2020-02-06T21:23:00Z</dc:date>
    </item>
    <item>
      <title>RE: Writing to a CSV</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Writing-to-a-CSV/m-p/85262#M36284</link>
      <description>Hi Christopher - Thanks for the reply. I will definitely give that a try. However, If i have to input multiple rows and columns with #'s more than 15 digits - is there a utility or some modification to a code stage that I can do to format multiple columns into text before writing the collection instead of just a single particular cell(ex: format cell functionality in MS-Excel VBO)?​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Maneesh Vemula&lt;BR /&gt;RPA Specialist&lt;BR /&gt;America/New_York&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Feb 2020 21:54:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Writing-to-a-CSV/m-p/85262#M36284</guid>
      <dc:creator>maneesh.vemula1</dc:creator>
      <dc:date>2020-02-06T21:54:00Z</dc:date>
    </item>
    <item>
      <title>RE: Writing to a CSV</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Writing-to-a-CSV/m-p/85263#M36285</link>
      <description>&lt;DIV class="uconBody"&gt;&lt;DIV style="page: WordSection1"&gt; &lt;P style="margin: 0cm;margin-bottom: .0001pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif"&gt;Hi&amp;nbsp;Maneesh ,&lt;BR /&gt; &amp;nbsp;&lt;BR /&gt; The below steps will resolve your issue. Find the attachments for better under standing.&lt;BR /&gt; &lt;BR /&gt; Steps to be followed:&lt;BR /&gt; &lt;BR /&gt; 1. Navigate to MS Excel VBO - Format cell&lt;BR /&gt; &lt;BR /&gt; 2. Duplicate Page-&amp;nbsp; Format cell and rename as Format Cell Range&lt;BR /&gt; &lt;BR /&gt; 3. Create two data item(text) cellstart and cellend and delete cellref data item.&lt;BR /&gt; &lt;BR /&gt; 4. Open code stage format cell and rename as format cell range, remove cellref in input tab and initialize the two data item (cellstart and cellend)&lt;BR /&gt; &lt;BR /&gt; 5. Modify the code as shown in the screen shot&lt;BR /&gt; &lt;BR /&gt; 6. Initialize the created two data items in start stage and publish the object.&lt;BR /&gt; &lt;BR /&gt; 7. Open process studio create a flow include Format cell range action in process before writing 16 digits value and pass the input parameters.&lt;BR /&gt; &lt;BR /&gt; 8. On Format give value as "@" this will set the cell range format as text.&lt;/P&gt; &lt;P style="margin: 0cm;margin-bottom: .0001pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif"&gt;&amp;nbsp;&lt;/P&gt; &lt;TABLE border="0" cellspacing="0" cellpadding="0" width="557" style="width:417.8pt;border-collapse:collapse"&gt; &lt;TBODY&gt; &lt;TR style="height:41.9pt"&gt; &lt;TD width="114" style="width:85.75pt;border-top:solid white 1.0pt;border-left:solid white 1.0pt;border-bottom:none;border-right:solid #643C87 1.5pt;padding:3.6pt 7.2pt 3.6pt 7.2pt;height:41.9pt"&gt; &lt;P style="margin: 0cm;margin-bottom: .0001pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif"&gt;&lt;SPAN style="font-family:&amp;quot;Arial&amp;quot;,sans-serif"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span class="lia-inline-image-display-wrapper" image-alt="19099.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/19250i5BF3BCE976AD0FD7/image-size/large?v=v2&amp;amp;px=999" role="button" title="19099.png" alt="19099.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size:9.0pt;font-family:&amp;quot;Arial&amp;quot;,sans-serif;color:#66398C"&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;/TD&gt; &lt;TD width="443" style="width:332.05pt;border-top:solid white 1.0pt;border-left:none;border-bottom:none;border-right:solid white 1.0pt;background:white;padding:3.6pt 7.2pt 3.6pt 7.2pt;height:41.9pt"&gt; &lt;P style="margin: 0cm;margin-bottom: .0001pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif;text-indent: -.35pt"&gt;&lt;B&gt;&lt;SPAN style="font-size:9.0pt;font-family:&amp;quot;Arial&amp;quot;,sans-serif;color:#333333"&gt;Gerald&amp;nbsp; &lt;/SPAN&gt;&lt;/B&gt;&lt;B&gt;&lt;SPAN style="font-size:9.0pt;font-family:&amp;quot;Arial&amp;quot;,sans-serif;color:#643C87"&gt;|&lt;/SPAN&gt;&lt;/B&gt;&lt;B&gt;&lt;SPAN style="font-size:9.0pt;font-family:&amp;quot;Arial&amp;quot;,sans-serif;color:#595959"&gt;&amp;nbsp; Automation Engineer&lt;/SPAN&gt;&lt;/B&gt;&lt;B&gt;&lt;SPAN style="font-size:9.0pt;font-family:&amp;quot;Arial&amp;quot;,sans-serif;color:#333333"&gt; &lt;/SPAN&gt;&lt;/B&gt;&lt;B&gt;&lt;SPAN style="font-size:9.0pt;font-family:&amp;quot;Arial&amp;quot;,sans-serif;color:#595959"&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt; &lt;P style="margin: 0cm;margin-bottom: .0001pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif"&gt;&lt;SPAN style="font-size:8.5pt;font-family:&amp;quot;Arial&amp;quot;,sans-serif;color:#333333"&gt;Exponential Digital Solutions Pvt. Ltd. &lt;/SPAN&gt;&lt;/P&gt; &lt;P style="margin: 0cm;margin-bottom: .0001pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif"&gt;&lt;SPAN style="font-size:8.5pt;font-family:&amp;quot;Arial&amp;quot;,sans-serif;color:#333333"&gt;4th Floor, Jyothirmaya Building, Infopark Phase 2, Brahmapuram, &lt;/SPAN&gt;&lt;/P&gt; &lt;P style="margin: 0cm;margin-bottom: .0001pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif"&gt;&lt;SPAN style="font-size:8.5pt;font-family:&amp;quot;Arial&amp;quot;,sans-serif;color:#333333"&gt;Kochi – 682303 &lt;/SPAN&gt;&lt;/P&gt; &lt;P style="margin: 0cm;margin-bottom: .0001pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif"&gt;&lt;SPAN style="font-size:8.5pt;font-family:&amp;quot;Arial&amp;quot;,sans-serif;color:#333333"&gt;+91 9159842805 (M) &lt;/SPAN&gt;&lt;/P&gt; &lt;P style="margin: 0cm;margin-bottom: .0001pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif"&gt;&lt;SPAN style="font-size:8.5pt;font-family:&amp;quot;Arial&amp;quot;,sans-serif;color:black"&gt;&lt;A href="mailto:Gerald.J@10xds.com"&gt;&lt;SPAN style="color:#0563C1"&gt;Gerald.J@10xds.com&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size:8.5pt;font-family:&amp;quot;Arial&amp;quot;,sans-serif;color:#66398C"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;B&gt;&lt;SPAN style="font-size:8.5pt;font-family:&amp;quot;Arial&amp;quot;,sans-serif;color:#643C87"&gt;|&lt;/SPAN&gt;&lt;/B&gt;&lt;B&gt;&lt;SPAN style="font-size:8.5pt;font-family:&amp;quot;Arial&amp;quot;,sans-serif;color:#E7E6E6"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="font-size:8.5pt;font-family:&amp;quot;Arial&amp;quot;,sans-serif;color:#66398C"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color:black"&gt;&lt;A href="http://www.10xds.com/"&gt;&lt;SPAN style="font-size:8.5pt;font-family:&amp;quot;Arial&amp;quot;,sans-serif;color:#0563C1"&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;A href="https://community.blueprism.com/www.10xds.com" target="test_blank"&gt;www.10xds.com&lt;/A&gt;&lt;/SPAN&gt;&lt;U&gt;&lt;SPAN style="font-size:8.5pt;font-family:&amp;quot;Arial&amp;quot;,sans-serif;color:#66398C"&gt; &lt;/SPAN&gt;&lt;/U&gt;&lt;B&gt;&lt;SPAN lang="EN-US" style="font-size:8.5pt;font-family:&amp;quot;Arial&amp;quot;,sans-serif;color:#66398C"&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt; &lt;/TD&gt; &lt;/TR&gt; &lt;TR style="height:10.75pt"&gt; &lt;TD colspan="2" valign="bottom" style="background:#F2F2F2;padding:3.6pt 7.2pt 3.6pt 7.2pt;height:10.75pt"&gt; &lt;TABLE border="0" cellspacing="0" cellpadding="0" width="550" style="width:412.6pt;border-collapse:collapse"&gt; &lt;TBODY&gt; &lt;TR style="height:7.25pt"&gt; &lt;TD width="114" valign="top" style="width:85.75pt;background:#EBEBEB;padding:3.6pt 7.2pt 3.6pt 7.2pt;height:7.25pt"&gt; &lt;/TD&gt; &lt;TD width="436" style="width:326.85pt;background:#EBEBEB;padding:3.6pt 7.2pt 3.6pt 7.2pt;height:7.25pt"&gt; &lt;P style="margin: 0cm;margin-bottom: .0001pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif;line-height: 105%"&gt;&lt;B&gt;&lt;SPAN style="font-size:9.0pt;line-height:105%;font-family:&amp;quot;Arial&amp;quot;,sans-serif;color:#171717"&gt;#WeAreExponential&lt;/SPAN&gt;&lt;/B&gt;&lt;B&gt;&lt;SPAN style="font-size:8.0pt;line-height:105%;font-family:&amp;quot;Arial&amp;quot;,sans-serif;color:#171717"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="color:black"&gt;&lt;A href="https://www.linkedin.com/company/exponential-digital-solutions/"&gt;&lt;B&gt;&lt;SPAN style="font-size:8.0pt;line-height:105%;font-family:&amp;quot;Arial&amp;quot;,sans-serif;color:#404040;text-decoration:none"&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;B&gt;&lt;SPAN style="font-size:8.0pt;line-height:105%;font-family:&amp;quot;Arial&amp;quot;,sans-serif;color:#404040"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="color:black"&gt;&lt;A href="https://www.facebook.com/10xds"&gt;&lt;B&gt;&lt;SPAN style="font-size:8.0pt;line-height:105%;font-family:&amp;quot;Arial&amp;quot;,sans-serif;color:#404040;text-decoration:none"&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;B&gt;&lt;SPAN style="font-size:8.0pt;line-height:105%;font-family:&amp;quot;Arial&amp;quot;,sans-serif;color:#404040"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="color:black"&gt;&lt;A href="https://twitter.com/10xds"&gt;&lt;B&gt;&lt;SPAN style="font-size:8.0pt;line-height:105%;font-family:&amp;quot;Arial&amp;quot;,sans-serif;color:#404040;text-decoration:none"&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;B&gt;&lt;SPAN style="font-size:8.0pt;line-height:105%;font-family:&amp;quot;Arial&amp;quot;,sans-serif;color:#404040"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="color:black"&gt;&lt;A href="https://www.instagram.com/exponential10xds/"&gt;&lt;B&gt;&lt;SPAN style="font-size:8.0pt;line-height:105%;font-family:&amp;quot;Arial&amp;quot;,sans-serif;color:#404040;text-decoration:none"&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size:8.0pt;line-height:105%;font-family:&amp;quot;Arial&amp;quot;,sans-serif;color:#404040"&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;/TD&gt; &lt;/TR&gt; &lt;/TBODY&gt; &lt;/TABLE&gt; &lt;/TD&gt; &lt;/TR&gt; &lt;/TBODY&gt; &lt;/TABLE&gt; &lt;P style="margin: 0cm;margin-bottom: .0001pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif"&gt;&lt;SPAN style=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; &lt;P style="margin: 0cm;margin-bottom: .0001pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif"&gt;&amp;nbsp;&lt;/P&gt; &lt;/DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------Original Message------&lt;BR /&gt;&lt;BR /&gt;Hello,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I would recommend using Text format on the cells prior to input the data as per:&amp;nbsp;&lt;A href="https://support.microsoft.com/en-us/help/269370/last-digits-are-changed-to-zeroes-when-you-type-long-numbers-in-cells" target="_blank" rel="noopener"&gt;https://support.microsoft.com/en-us/help/269370/last-digits-are-changed-to-zeroes-when-you-type-long-numbers-in-cells&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;That is a behavior that Excel have for number after the 15 digits long due to &lt;SPAN&gt;IEEE 754 especification&lt;/SPAN&gt;, probably the csv format is causing issues when changing the format of the cell as well. If not crazy maybe using other file format as a test could help, like xlsx.&lt;BR /&gt;&lt;BR /&gt;Hope this is somewhat useful.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Christopher Rojas&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Feb 2020 07:30:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Writing-to-a-CSV/m-p/85263#M36285</guid>
      <dc:creator>Gerald_J</dc:creator>
      <dc:date>2020-02-07T07:30:00Z</dc:date>
    </item>
  </channel>
</rss>

