Search Results

Search: Posts Made By: Eugenne
2,688
Posted By Eugenne
Thank you very much!
Thank you very much!
2,688
Posted By Eugenne
I mean that I want to compare expected.csv and...
I mean that I want to compare expected.csv and actual.csv, and get report in console or file. So far I can only compare by whole string:
awk -F',' 'NR==FNR {a[$1]=$0;next;}; !($1 in a) || ($0 !=...
2,688
Posted By Eugenne
Compare 2 csv files
Hello,
I want to compare two csv files expected.csv and actual.csv by fields "f3", "f4", "f5". Field "z" can be differnt.
Each record identified by two fields: "number" +"key".
Records are not...
Showing results 1 to 3 of 3

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