<?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: Scientific E Notation Conversion query in Alteryx Designer Desktop Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Scientific-E-Notation-Conversion-query/m-p/673931#M158366</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/169115"&gt;@skotian1289&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1.01000028133037E+18 is basically&amp;nbsp;1.01000028133037 * 10 power 18.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So you split and covert it to value. By doing something like below.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="atcodedog05_0-1606830912863.png"&gt;&lt;img src="https://community.alteryx.com/skins/images/99C704478A71DECD77C7CEB5163C4D89/responsive_peak/images/image_not_found.png" alt="atcodedog05_0-1606830912863.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;On regex i am splitting&lt;/P&gt;&lt;P&gt;On formula i am calculating&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[Base]*POW(10, [Power])&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 01 Dec 2020 13:56:48 GMT</pubDate>
    <dc:creator>atcodedog05</dc:creator>
    <dc:date>2020-12-01T13:56:48Z</dc:date>
    <item>
      <title>Scientific E Notation Conversion query</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Scientific-E-Notation-Conversion-query/m-p/673930#M158365</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am seeking few expert advise as I am stuck with my tool. My raw data has a specific column of references which includes Alpha Numeric as well as pure numeric references and these references are pretty huge like 22 characters. Currently my column is V WString so Alteryx is converting all Alpha numeric references perfectly but all my pure numeric references are getting converted to scientific E Notations. eg: 1.01000028133037E+18.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want all these references to be readable as a whole and not scientific notation. I tried converting my column into a numeric field but that is affecting my Alpha Numeric references. Is there a way where alteryx will be able to read the column pure numeric&amp;nbsp;values as is without converting them to scientific notation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help or suggestion is welcome.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2020 13:49:21 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Scientific-E-Notation-Conversion-query/m-p/673930#M158365</guid>
      <dc:creator>skotian1289</dc:creator>
      <dc:date>2020-12-01T13:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: Scientific E Notation Conversion query</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Scientific-E-Notation-Conversion-query/m-p/673931#M158366</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/169115"&gt;@skotian1289&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1.01000028133037E+18 is basically&amp;nbsp;1.01000028133037 * 10 power 18.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So you split and covert it to value. By doing something like below.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="atcodedog05_0-1606830912863.png"&gt;&lt;img src="https://community.alteryx.com/skins/images/99C704478A71DECD77C7CEB5163C4D89/responsive_peak/images/image_not_found.png" alt="atcodedog05_0-1606830912863.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;On regex i am splitting&lt;/P&gt;&lt;P&gt;On formula i am calculating&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[Base]*POW(10, [Power])&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2020 13:56:48 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Scientific-E-Notation-Conversion-query/m-p/673931#M158366</guid>
      <dc:creator>atcodedog05</dc:creator>
      <dc:date>2020-12-01T13:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: Scientific E Notation Conversion query</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Scientific-E-Notation-Conversion-query/m-p/673935#M158369</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/67366"&gt;@atcodedog05&lt;/a&gt;&amp;nbsp; -Thanks a lot for ur response, Would you be able attach your workflow just want to refer it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also if I split the values and apply the formula, will it apply to all the values in columns or will it&amp;nbsp;only apply to values which are converted to scientific notations. Because I don't want to touch the alpha numeric values as they are perfect as of now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2020 14:10:10 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Scientific-E-Notation-Conversion-query/m-p/673935#M158369</guid>
      <dc:creator>skotian1289</dc:creator>
      <dc:date>2020-12-01T14:10:10Z</dc:date>
    </item>
    <item>
      <title>Re: Scientific E Notation Conversion query</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Scientific-E-Notation-Conversion-query/m-p/673946#M158371</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/169115"&gt;@skotian1289&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My before suggestion approach did work complete accurately. I think issue is caused because of huge numbers. Here is a hack. I am using string functions to get the number.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Input:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="atcodedog05_0-1606832605002.png"&gt;&lt;img src="https://community.alteryx.com/skins/images/99C704478A71DECD77C7CEB5163C4D89/responsive_peak/images/image_not_found.png" alt="atcodedog05_0-1606832605002.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Output:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="atcodedog05_1-1606832633429.png"&gt;&lt;img src="https://community.alteryx.com/skins/images/99C704478A71DECD77C7CEB5163C4D89/responsive_peak/images/image_not_found.png" alt="atcodedog05_1-1606832633429.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Workflow:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="atcodedog05_2-1606832662849.png"&gt;&lt;img src="https://community.alteryx.com/skins/images/99C704478A71DECD77C7CEB5163C4D89/responsive_peak/images/image_not_found.png" alt="atcodedog05_2-1606832662849.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Hope this helps &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Feel to ask if you have any questions&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;If this post helps you please mark it as solution. And give a like if you dont mind &lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2020 14:25:16 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Scientific-E-Notation-Conversion-query/m-p/673946#M158371</guid>
      <dc:creator>atcodedog05</dc:creator>
      <dc:date>2020-12-01T14:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: Scientific E Notation Conversion query</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Scientific-E-Notation-Conversion-query/m-p/674277#M158560</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/67366"&gt;@atcodedog05&lt;/a&gt;&amp;nbsp;&amp;nbsp;Thanks a lot for your assistance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to share a sample with you just to clarify if this is how it works. I am reconciling 2 files, in one of the input files the value is ABC202008200201471060826 and othe input file has the values as split&amp;nbsp; ABC (in 1 column) and 202008200201471000000 (In column 2) which I converted from scientific notation to standard . so when I concatenate the values from 2nd input file I get value as ABC202008200201471000000 which will never match with file 1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My question here is zeroes which are added post conversion in 2nd file&amp;nbsp;(202008200201471&lt;STRONG&gt;000000&lt;/STRONG&gt;) is it bcz the original input file doesn't have the full value or is it that our conversion formula is incorrect. Because as I stated the actual reference value should be 202008200201471060826 .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just want to understand this logic of scientific notation, ur solution is perfect otherwise.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;SK&lt;/P&gt;&lt;DIV class="lia-message-author-with-avatar"&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Castor lia-component-message-view-widget-author-username"&gt;&lt;A href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/67366" target="_self"&gt;&lt;SPAN class="login-bold"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 02 Dec 2020 06:16:16 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Scientific-E-Notation-Conversion-query/m-p/674277#M158560</guid>
      <dc:creator>skotian1289</dc:creator>
      <dc:date>2020-12-02T06:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: Scientific E Notation Conversion query</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Scientific-E-Notation-Conversion-query/m-p/674280#M158561</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/169115"&gt;@skotian1289&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can say whats happening is a rounding off error. Its rounding off after a n large number of decimals.&lt;/P&gt;&lt;P&gt;It could be fixed in excel itself if possible. Excel is also very inflexible sometimes during conversion.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just a thought input 2 file&amp;nbsp;&lt;SPAN&gt;ABC (is in 1 column) and 202008200201471000000 (is in column 2) why dont you write a formula there itslef to create the key and then load it to Alteryx&amp;nbsp;for rest.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Or you can use Find &amp;amp; Replace tool. Trim all the zeros of&amp;nbsp;column 2 and create the key which will end up like&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ABC202008200201471. And Find Key2 in Key1 like below&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="atcodedog05_0-1606890504913.png"&gt;&lt;img src="https://community.alteryx.com/skins/images/99C704478A71DECD77C7CEB5163C4D89/responsive_peak/images/image_not_found.png" alt="atcodedog05_0-1606890504913.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;There might be a slight chance of mismatch and multiple match. Hoping it doesnt happen.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Dec 2020 06:30:23 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Scientific-E-Notation-Conversion-query/m-p/674280#M158561</guid>
      <dc:creator>atcodedog05</dc:creator>
      <dc:date>2020-12-02T06:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: Scientific E Notation Conversion query</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Scientific-E-Notation-Conversion-query/m-p/674325#M158579</link>
      <description>&lt;P&gt;Happy to help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/169115"&gt;@skotian1289&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers and Happy Analyzing &lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Feel free to reach out if you face any issues &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Dec 2020 07:53:59 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Scientific-E-Notation-Conversion-query/m-p/674325#M158579</guid>
      <dc:creator>atcodedog05</dc:creator>
      <dc:date>2020-12-02T07:53:59Z</dc:date>
    </item>
  </channel>
</rss>

