This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
Maybe initially I didn’t understand well your issue.
You can use the following statement with regex:
"Input Value “+ ((parseInt($NTGEW) == parseFloat($NTGEW)) ? parseInt($NTGEW).toString() : (parseFloat($NTGEW).toString()+“0”).match(”(.*d?[1-9])0+$")...
Hi @patan,
You can use the following statement:
"Input Value "+parseFloat($NTGEW).toFixed(1)
Attached herewith you can find the updated pipeline. floatIssue_2020_10_08_new.slp (4.8 KB)
/Lazo
Hi @hirakangshu.nag,
There is possible another approach. Instead of having ultra pipeline, you can simple have one pipeline that starts with File Poller snap. Once the pipeline is started it will run indefinitely if pooling timeout is set to -1. So, ...