Hi There,
These results are for a particular serial number, we do have many results like this for several serial number, Row 1 are the results from index
Row 2 are the results from lookup file,
The objective is remove the unwanted data, When the src_name consists of "aap", then its unwanted data, by removing app in src_name field in row1(which is result of index), the same src_name should not be considered, which in the sense, these both records having same src_name of a particular number, these both recors should be excluded in results.
Eg. Input
item
email_new
item_model
in_inventory
is_apple
src_name
src_name_concat
serial_number
5cg01233
[email protected]
HP
1
0
aap-5cg01233
aap-5cg01233
5cg01233
s102910
[email protected]
1
0
5cg0233
5cg01233
5cg1435
[email protected]
Dell
1
0
5cg1435
5cg1435
5cg1435
s109525
[email protected]
1
0
5cg1435
5cg1435
Output -since only row is not consists of aap, so considering
item
email_new
item_model
in_inventory
is_apple
src_name
src_name_concat
serial_number
5cg1435
[email protected]
Dell
1
0
5cg1435
5cg1435
5cg1435
... View more