Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Input File is delimited with dynamic columns (column positions can change and has no column names)
aaaa,672,newjersey
mmmm,999,california
safdsaf,895,newyork
Lookup File
999
248
895
output should be
File
aaaa,672,newjersey
how can i achieve it .
There is no columns to join b/w two files
as i said input file is dynamic columns