Page 1 of 1

Posted: Tue Jul 12, 2016 9:14 am
by chulett
Do an exact search here for "scientific notation" and you'll see it is a common Excel problem / question without a good solution that I recall. You could also try searching for "exponential".

Posted: Tue Jul 12, 2016 11:35 am
by igorbmartins
Hello chulett, thank you for your reply. I tried to find here the solution before I posted this question, but in my case, I cannot create a calculation because in this column I have numbers, date, string. So I need to read without this conversion. Is it possible?
If I open this excel I see the correct number.

Thanks

Posted: Tue Jul 12, 2016 12:08 pm
by chulett
I think that is a question for support, if/how the Unstructured Data stage can handle those numbers of a large size. Unless someone with actual experience with this wanders by, of course. :wink:

Posted: Tue Jul 12, 2016 1:52 pm
by UCDI
Oddly, if you format the column in excel as zip code, it will stop trying to put it into sci notation AND it does just fine on text fields. This might work for you. Then you can export the excel as a csv and use a flat file reader if reading the excel file directly is not cooperating.

Posted: Wed Jul 13, 2016 10:05 am
by UCDI
The excel formatting of zip handles a mix of letters and numbers all just fine. It also stops the automatic format to scientific notation. Forget that it is named zip code, just understand that it is a formatting option that is good for a very wide variety of generic data. I think you should try it to see if it works for you. It may not but it often does, you won't know until you try it.

Re: Unstructured Data with big number

Posted: Thu Jul 14, 2016 4:31 am
by intelcom

Posted: Thu Jul 14, 2016 6:45 am
by chulett
8)

Thanks for posting that!

Posted: Thu Jul 21, 2016 5:21 am
by igorbmartins
Hello intelcom, I did it and it solve my problem. Thanks.