Please help to filter the string running and the numeric value 2160063879 from the above stdout output using jinja2 filter into two different variables.
Hi Piyush,
Using the below Jinja2 filter, able to extract the value 2160063879L. However need to extract exact numeric value alone from sub String by eliminating the letter ‘L’ from the output. Any help much appreciated.