PeterKlim
11 years agoContributor
Decimal places limited
When executing my test that reads data from an excel file (with .xls extension, Excel 97-2003) it trims the decimals to 3 places.
So:
2006.188257
becomes:
2006.188
I see this when I run just the DataSource step.
I also see this in the XML response file, and so does my Dev team.
The steps are:
DataSource > Property Transfer > CreateRequest (HTTP) > GetRequestID > Delay[1000] > CheckRequest (HTTP) > HandleResponse (GroovyScript) > DataSourceLoop
How to fix this?
So:
2006.188257
becomes:
2006.188
I see this when I run just the DataSource step.
I also see this in the XML response file, and so does my Dev team.
The steps are:
DataSource > Property Transfer > CreateRequest (HTTP) > GetRequestID > Delay[1000] > CheckRequest (HTTP) > HandleResponse (GroovyScript) > DataSourceLoop
How to fix this?