laurentiuz
Programmer
Hi,
Can you tell me please how can I use 2 files in the same time please ?
Ex: file 1
aa axbf erd ;ascfg; 111
bghhhedk qs ;ascer; 222
as df sf ww ;g7bnz; 333
file 2
aa axbf erd ;774555
bghhhedk qs ;886690
as df sf ww ;123456
mlk fghssss ;100000
What I need is a file like :
aa axbf erd;ascfg;111;774555;OK
bghhhedk qs;ascer;222;886690;OK
as df sf ww;g7bnz;333;123456;OK
mlk fghssss;;;100000;NOK
where the first column (even if it is like "aa axbf erd" meaning composed by several groups) must be the join criteria for the 2 files and if there is no match a NOK value must be added (instead of a OK for those which are matching)
Join looks like it doesn't work for adding the status
Thank you !
PS : the bad thing is that the separator can be space
Can you tell me please how can I use 2 files in the same time please ?
Ex: file 1
aa axbf erd ;ascfg; 111
bghhhedk qs ;ascer; 222
as df sf ww ;g7bnz; 333
file 2
aa axbf erd ;774555
bghhhedk qs ;886690
as df sf ww ;123456
mlk fghssss ;100000
What I need is a file like :
aa axbf erd;ascfg;111;774555;OK
bghhhedk qs;ascer;222;886690;OK
as df sf ww;g7bnz;333;123456;OK
mlk fghssss;;;100000;NOK
where the first column (even if it is like "aa axbf erd" meaning composed by several groups) must be the join criteria for the 2 files and if there is no match a NOK value must be added (instead of a OK for those which are matching)
Join looks like it doesn't work for adding the status
Thank you !
PS : the bad thing is that the separator can be space