Good Morning !!
I have two files, the first file contains some strings for example "Name", the second file contains "name" and "Surname".
Problem:
1) Read every string "Name" on File 1
2) Read every string "Name" on File 2
3) Compare every string value in file 1 with every string value on file 2 or eventually if string "Name" on file 1 is equal to string "Name" on file 2 read correspondent string "Surname" and write this value on third file and go to the next string.
Can you help me to translate this steps in aspect.
Thank you !
Best Regards / Joda124
I have two files, the first file contains some strings for example "Name", the second file contains "name" and "Surname".
Problem:
1) Read every string "Name" on File 1
2) Read every string "Name" on File 2
3) Compare every string value in file 1 with every string value on file 2 or eventually if string "Name" on file 1 is equal to string "Name" on file 2 read correspondent string "Surname" and write this value on third file and go to the next string.
Can you help me to translate this steps in aspect.
Thank you !
Best Regards / Joda124