Text widget - Unwanted automatic conversion from text to integer/long
0
=== NON ISSUE, my fault === Sorry! The data shown is actually what is stored. The issue is the opening and saving of a CSV file in Excel – there the value was transformed to things like this 9,5053E+14. I think it is good to remove this issue as it is a non-issue. I will do that in a few days. ========================= Hi, I'm experiencing an automatic conversion of String values to an Integer or Long. The value is now shown as 9,5053E+14. It should have been shown as 950530000081693. Anybody an idea what I can do to stop the automatic conversion and rendering as a value? Thanks! Toon Verschoor He Robert, Here a bit more info. It's all String ... Picture of the import of the NPE data from a REST call
asked
Toon Verschoor - Deloitte
2 answers
1
Is the value being stored as an int/long or a string in the domain model? Where is the data coming from, it could be that it’s being sent as number rather than a string.
answered
Robert Price
1
Hi Toon,
Youre using NPE. How is the data stored in the PE and what happens with the data when creating the NPE?