We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

4E+ 3.999E+ Excel formatting issue

RadAlt
6 - Meteoroid

Hi All,

 

We have some clients' accounts which consist of "4E," which causes issues in Excel. It thinks this is a very long number adding 3.999E+ or 4.00E+ etc and we struggle to find a solution within the workflow which would help Alteryx to read these account correctly, For instance, Client A, should be 4E254 whilst Client F: 4E000 (please see some example below). I tried changing the Type but to no avail. I will be very grateful for your ideas & help!

 

Thanks,

Rad

 

ClientClient Account
A3.9999999999999997E+254
B3.9999999999999997E+254
C3.9999999999999998E+247
E4.00E+129
F4.00E+00
9 REPLIES 9
mbarone
16 - Nebula
16 - Nebula

Is the problem that 4E254 is fine in Excel, and reads into Alteryx as 4.0e+254?  Or does it come into Alteryx just fine (4E254) and goes out to Excel with the bad format?

TheOC
16 - Nebula
16 - Nebula

hey @RadAlt please can you attach an example workflow showing this issue, so that i can more easily understand and investigate for you? 

Thanks,
TheOC

Cheers,
TheOC
Connect with me:
LinkedIn Bulien
mbarone
16 - Nebula
16 - Nebula

A really hacky way to get it perhaps is to read the numbers in and use a Regex tool to parse it out, then a formula tool to bring it back together, taking into account some numbers will have the "E" and some won't.

So you could try this for the Regex tool:

2022-02-23 12_28_42-Alteryx Designer x64 - New Workflow1_.png

 

And then a formula like this:

2022-02-23 12_28_53-Alteryx Designer x64 - New Workflow1_.png

 

 

RadAlt
6 - Meteoroid

hi guys, thanks for looking into it! I tried Regex but sadly it did not work. This seems to be an excel issue (?) and sometimes we get 3.999E+ value, sometimes 4E+, see the screenshot below. I also attach the workflow with the source data, I ll be grateful for your help!

TheOC
16 - Nebula
16 - Nebula

hi @RadAlt 

Please can you also attach the excel file, or package the workflow?

Thanks,
TheOC

Cheers,
TheOC
Connect with me:
LinkedIn Bulien
RadAlt
6 - Meteoroid

sure, pls find the excel attached, big thanks for looking into it! :)

mbarone
16 - Nebula
16 - Nebula

In your screenshot the "NEW FIELD" seems to be coming out correctly.  When I output NEW FIELD to excel, it also outputs there correctly too.  Not sure I'm understanding the issue at this point.

mbarone
16 - Nebula
16 - Nebula

Unless of course you're saying the INCOMNING data to Alteryx has the incorrect format.  In which case I'm not sure what can be done if the correct format can't be logically parsed from the incoming data.

RadAlt
6 - Meteoroid

hi hi, big thanks for trying to help. Yes, this is an excel issue with reading '4E', I hoped Alteryx would fix that somehow, thanks again

Labels
Top Solution Authors