Search Results

Search: Posts Made By: dilshad12111
1,982
Posted By dilshad12111
Same as the above, I just copied it, but...
Same as the above, I just copied it, but nonetheless:

Breaking.csv
"Number","Name","Description","Occupation","Email"
"1","Walter White","","Chemistry Teacher","w.w@bb.com"
"2","Jessie...
1,982
Posted By dilshad12111
Hi vgersh I am getting hte same results: ...
Hi vgersh

I am getting hte same results:

$ awk -F"," 'FNR==1{next}NR==FNR{a[$1]=$2;next}{$3=a[$1]}1' OFS="," Bad.csv Breaking.csv
"Number","Name",,"Occupation","Email"
"1","Walter...
1,982
Posted By dilshad12111
I have the same problem just like this, problem...
I have the same problem just like this, problem is there is a first column preceding look below:


"Number","Name","Description","Occupation","Email"
"1","Walter White","","Chemistry...
Showing results 1 to 3 of 3

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