Search Results

Search: Posts Made By: nikhil jain
2,676
Posted By nikhil jain
thanks a lot ravinder :) One more thing, I...
thanks a lot ravinder :)

One more thing, I will validate the number of delimiters based on the very first row of the file that is the header. So can we include that as well in the check with the...
2,676
Posted By nikhil jain
thanks a lot sir :)
thanks a lot sir :)
2,676
Posted By nikhil jain
thanks a lot :) how can i ignore the escaped...
thanks a lot :) how can i ignore the escaped delimiter

for ex
2|Nick|NA\|

It should ignore this kind as there are chances that "|" is part of the record as well not only delimiter.
2,676
Posted By nikhil jain
awk delimiter count if mismatched?
Hi all,

I have a file where in it has lot of records in it.
I have written below stuff to find the number of fields as shown below

`awk -F '|' '{print NF-1}' file.txt| head -1`

how do i...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 03:36 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy