I have 10 large .txt files with over 13,000 rows of data. Each “column is separated with a comma.
I want to find the largest value in one of the columns for all the txt files. (By largest I mean greatest number of characters for a particular column).
I wanted to write something in java to find the largest value for the column. Any ideas on how I would go about doing this?
Thanks
sj.