<?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: CSV Format Issue in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/CSV-Format-Issue/m-p/57278#M11308</link>
    <description>This is a documented behaviour in excel&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.excelforum.com/excel-programming-vba-macros/704640-csv-number-rounding.html" target="test_blank"&gt;https://www.excelforum.com/excel-programming-vba-macros/704640-csv-number-rounding.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://superuser.com/questions/925587/how-to-prevent-excel-to-round-a-number-at-opening" target="test_blank"&gt;https://superuser.com/questions/925587/how-to-prevent-excel-to-round-a-number-at-opening&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Tom Cirone&lt;BR /&gt;Application Developer&lt;BR /&gt;Essity&lt;BR /&gt;America/New_York&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Fri, 06 Mar 2020 15:55:00 GMT</pubDate>
    <dc:creator>TomCirone</dc:creator>
    <dc:date>2020-03-06T15:55:00Z</dc:date>
    <item>
      <title>CSV Format Issue</title>
      <link>https://community.blueprism.com/t5/Product-Forum/CSV-Format-Issue/m-p/57271#M11301</link>
      <description>Hi - I have a file that is coming through in a CSV format. The file contains numbers that exceed 15 characters. ex: 43283423423428. This number when saved in a CSV format is being converted to "43283423423420". The ending 8 is replaced with 0. However, while opening with a notepad - the number seems to be correct. Is there workaround or a way to format the data in the CSV so that the last digit won't be a different number. Please let me know. Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Maneesh Vemula&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Dec 2019 21:33:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/CSV-Format-Issue/m-p/57271#M11301</guid>
      <dc:creator>maneesh.vemula1</dc:creator>
      <dc:date>2019-12-19T21:33:00Z</dc:date>
    </item>
    <item>
      <title>RE: CSV Format Issue</title>
      <link>https://community.blueprism.com/t5/Product-Forum/CSV-Format-Issue/m-p/57272#M11302</link>
      <description>How is that even possible. I haven't seen such issues for a whole number, with fractions, I can stil understand the issue.&lt;BR /&gt;&lt;BR /&gt;How are you opening&amp;nbsp; the file where you are seeing the issue ? "&lt;SPAN&gt;43283423423420" , is it in Excel?..Can you share some screenshots to provide steps to reproduce the issue?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Vivek Goel&lt;BR /&gt;RPA Architect&lt;BR /&gt;Asia/Singapore&lt;BR /&gt;&lt;A href="https://www.rpatools.com/" target="test_blank"&gt;https://www.rpatools.com/&lt;/A&gt;&lt;BR /&gt;"If you like this post, please press the "Recommend" Button.&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 20 Dec 2019 03:51:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/CSV-Format-Issue/m-p/57272#M11302</guid>
      <dc:creator>vivek.kumar.goel</dc:creator>
      <dc:date>2019-12-20T03:51:00Z</dc:date>
    </item>
    <item>
      <title>RE: CSV Format Issue</title>
      <link>https://community.blueprism.com/t5/Product-Forum/CSV-Format-Issue/m-p/57273#M11303</link>
      <description>Hi - Please see image, As you will see the csv file when opened in notepad displays the entire number correctly. But when opened in excel - the last digit is converted to 0. I am using MS Excel VBO (create instance, open, get worksheet as collection(fast)) to retrieve the data. Please let me know if you need any other information. Thanks in advance!&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>Fri, 20 Dec 2019 17:26:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/CSV-Format-Issue/m-p/57273#M11303</guid>
      <dc:creator>maneesh.vemula1</dc:creator>
      <dc:date>2019-12-20T17:26:00Z</dc:date>
    </item>
    <item>
      <title>RE: CSV Format Issue</title>
      <link>https://community.blueprism.com/t5/Product-Forum/CSV-Format-Issue/m-p/57274#M11304</link>
      <description>&lt;DIV class="uconBody"&gt;&lt;DIV dir="auto"&gt;Try using read csv option directly.&lt;/DIV&gt; &lt;DIV dir="auto"&gt;&lt;BR /&gt; &lt;/DIV&gt; &lt;DIV dir="auto"&gt;&lt;BR /&gt; &lt;/DIV&gt; &lt;DIV dir="auto"&gt;&lt;BR /&gt; &lt;/DIV&gt; &lt;DIV dir="auto"&gt; &lt;DIV dir="auto" style="font-size:85%; color:#575757"&gt;Sent from my Samsung Galaxy smartphone.&lt;/DIV&gt; &lt;/DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------Original Message------&lt;BR /&gt;&lt;BR /&gt;Hi - Please see image, As you will see the csv file when opened in notepad displays the entire number correctly. But when opened in excel - the last digit is converted to 0. I am using MS Excel VBO (create instance, open, get worksheet as collection(fast)) to retrieve the data. Please let me know if you need any other information. Thanks in advance!&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>Fri, 20 Dec 2019 17:39:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/CSV-Format-Issue/m-p/57274#M11304</guid>
      <dc:creator>vivek.kumar.goel</dc:creator>
      <dc:date>2019-12-20T17:39:00Z</dc:date>
    </item>
    <item>
      <title>RE: CSV Format Issue</title>
      <link>https://community.blueprism.com/t5/Product-Forum/CSV-Format-Issue/m-p/57275#M11305</link>
      <description>The result is still the same - number ending with a 0.&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>Fri, 20 Dec 2019 18:46:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/CSV-Format-Issue/m-p/57275#M11305</guid>
      <dc:creator>maneesh.vemula1</dc:creator>
      <dc:date>2019-12-20T18:46:00Z</dc:date>
    </item>
    <item>
      <title>RE: CSV Format Issue</title>
      <link>https://community.blueprism.com/t5/Product-Forum/CSV-Format-Issue/m-p/57276#M11306</link>
      <description>Hi Maneesh,&lt;BR /&gt;&lt;BR /&gt;Please try the below solution and let me know.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.blueprism.com/communities/community-home/digestviewer/viewthread?MessageKey=050166b9-505d-48cc-970d-5e81be6a4b17&amp;amp;CommunityKey=fa047dc0-20a4-4608-af34-ae6578160b33&amp;amp;tab=digestviewer#bm050166b9-505d-48cc-970d-5e81be6a4b17" target="_blank" rel="noopener"&gt;https://community.blueprism.com/communities/community-home/digestviewer/viewthread?MessageKey=050166b9-505d-48cc-970d-5e81be6a4b17&amp;amp;CommunityKey=fa047dc0-20a4-4608-af34-ae6578160b33&amp;amp;tab=digestviewer#bm050166b9-505d-48cc-970d-5e81be6a4b17&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Naga&lt;BR /&gt;Associate&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Dec 2019 03:57:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/CSV-Format-Issue/m-p/57276#M11306</guid>
      <dc:creator>NagaM</dc:creator>
      <dc:date>2019-12-23T03:57:00Z</dc:date>
    </item>
    <item>
      <title>RE: CSV Format Issue</title>
      <link>https://community.blueprism.com/t5/Product-Forum/CSV-Format-Issue/m-p/57277#M11307</link>
      <description>Hi Naga - I am unable to open the link. Can you please provide the solution here.? Thank You.&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 20:02:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/CSV-Format-Issue/m-p/57277#M11307</guid>
      <dc:creator>maneesh.vemula1</dc:creator>
      <dc:date>2020-02-06T20:02:00Z</dc:date>
    </item>
    <item>
      <title>RE: CSV Format Issue</title>
      <link>https://community.blueprism.com/t5/Product-Forum/CSV-Format-Issue/m-p/57278#M11308</link>
      <description>This is a documented behaviour in excel&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.excelforum.com/excel-programming-vba-macros/704640-csv-number-rounding.html" target="test_blank"&gt;https://www.excelforum.com/excel-programming-vba-macros/704640-csv-number-rounding.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://superuser.com/questions/925587/how-to-prevent-excel-to-round-a-number-at-opening" target="test_blank"&gt;https://superuser.com/questions/925587/how-to-prevent-excel-to-round-a-number-at-opening&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Tom Cirone&lt;BR /&gt;Application Developer&lt;BR /&gt;Essity&lt;BR /&gt;America/New_York&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 06 Mar 2020 15:55:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/CSV-Format-Issue/m-p/57278#M11308</guid>
      <dc:creator>TomCirone</dc:creator>
      <dc:date>2020-03-06T15:55:00Z</dc:date>
    </item>
  </channel>
</rss>

