Szymon
4 years agoNew Contributor II
[solved] Add decimal zeros to integer for double
Hi, I get as JSON input
{
"amount" : 1000
}
I would like to convert 1000 to 1000.00
{
"amount" : 1000.00
}
How?
I do not want to convert to “1000.00” which toFixed(2) does.
thank you.
@S.dharanidhar7 :- You can use https://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/2432466962/Retrieve+Pipeline+Logs api to retrieve pipeline logs and write it to any database.