input.csv
12345,client1
2345,client1
345,client2
target.csv
12345,client1,2021-09-13
22345,client1,2021-09-14
44345,client2,2021-09-15
expected output
12345,client1,2021-09-13
tried grep -f but clearly its not the correct. is there any other option that I can add to search from start of line?