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
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.
>
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