Skip to content
Advertisement

Removing leading 0 from third column

I’m trying to remove the first 0 from the third column in my CSV file

tel.csv –

JavaScript

I have been trying to use the following with no luck –

JavaScript

Advertisement

Answer

Something like:

JavaScript

Or awk

JavaScript
User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement