Forum Discussion
lazo_ilijoski
5 years agoNew Contributor III
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
Thank you @lazo.ilijoski
I worked with it but, the problem is that if I have the below two values,
42.000
42.568
I want the below output
42
42.568
If I use the parseFloat($NTGEW).toFixed(1) then it will give me the below output
42.0
42.6
Do you mean extracting out the text/content from the PDF? If so, there isn’t anything native in the product to do that. Personally, I’ve used Apache PDFBox to achieve this. In theory a custom Snap Pack built around that could do it, or scripts referencing other 3rd party libraries.
Related Content
- 3 years ago
- 2 years ago
- 4 years ago