pad
(Pierre-Antoine DOUCHET)
December 13, 2018, 5:00pm
1
Hi,
I'm looking for two special patterns to convert a date with a special format and to convert a number with scientific notation.
For the date, I've got this format yyyyMMdd_hh:mm:ss (ex: 20181204_10:50:07)
For the scientific notation, here's what I've got and what I want :
2.474731e+01 => 24.74731
2.211762e+00 => 2.211762
9.629999e-01 => 0.9629999
Thanks for your help
AquaX
(Andreas Helmer)
December 16, 2018, 1:22am
2
You may need to split the input into multiple fields and then use a ruby filter to manually multiple field A by field B.
1 Like
system
(system)
Closed
January 13, 2019, 1:22am
3
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.