Splunk Search

How to remove leading zeros from a numeric value?

pradeepkumarg
Influencer

I have a field on which I am doing ltrim function to remove the leading 0's


eval fieldA = ltrim(fieldA ,"0")

000000104020471991 is being converted to 1.0402e+11. 

How can I get just 104020471991 ?

Tags (3)
1 Solution

icyfeverr
Path Finder

try this:

eval fieldA=ltrim(tostring(fieldA),"0")

View solution in original post

icyfeverr
Path Finder

try this:

eval fieldA=ltrim(tostring(fieldA),"0")

pradeepkumarg
Influencer

Thank you.. overlooked tostring() function 🙂

0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...