Hi everyone,
I'm trying to merge a load of files that I have downloaded from SAP but I can't seem to standardise the number fields. On download from SAP, numbers in the same field are displayed in different formats. For example, in one field I have values of:
257
9
7
27
2,854.00
1
911
The numbers that are displayed with decimals and a comma are being stripped on output to only show what came before the comma. So the above example is being output as:
257
9
7
27
2
1
911
I've tried all of the different data types in the Select tool but I can't seem to figure out a solution. Any ideas welcome! Thank you