Forum Discussion
Anonymous
4 years agoNot applicable
Decimal to Text
Hello everybody, I am trying to load an Excel-Sheet into Dataverse, with a variety of Datatypes, via Dataflow. But i want to load all off them as plain text. All transformational steps should be ...
Anonymous
4 years agoNot applicable
Looks like you have some floating point math going on there. You should use a round function on the Excel end of things before making it a text value to make sure that the underlying value is truly a whole number, not just being displayed as a whole number.
--Nate