Re: [Tutor] Creating a match file

2015-09-21 Thread Emile van Sebille
On 9/20/2015 12:19 PM, EILEEN CHURCH CARSON wrote: I want to write a program that reads in data from two csv files with 6 columns each. I want it to determines if the data in the first two columns is the same, and if so read all six columns in that line from each of the two files into a 12 colum

Re: [Tutor] Creating a match file

2015-09-21 Thread Peter Otten
EILEEN CHURCH CARSON wrote: > I want to write a program that reads in data from two csv files with 6 > columns each. I want it to determines if the data in the first two columns > is the same, and if so read all six columns in that line from each of the > two files into a 12 column output file. >

[Tutor] Creating a match file

2015-09-21 Thread EILEEN CHURCH CARSON
Hi there, I want to write a program that reads in data from two csv files with 6 columns each. I want it to determines if the data in the first two columns is the same, and if so read all six columns in that line from each of the two files into a 12 column output file. Please let me know if you k