match column
#1
hi all, i want to solve a little problem

i have two csv files

file1 contain

emails,hashs

and file2 contain

hashs,crackedhashs

i want to merge those two file with a condition that hashs in file1 match the hashs in file2

and get a result like this in file3:

emails,crackedhashs

thanks


Messages In This Thread
match column - by hacker0noir - 02-16-2017, 04:56 PM
RE: match column - by royce - 02-16-2017, 07:17 PM
RE: match column - by atom - 02-16-2017, 07:26 PM