in reply to print first column, unique word in each row along with number times that word is repeated in each row
OK so it looks like you are talking about find common data in multiple files. Could you please give us the code you use from there, in a <readmore> tag? Right now what you want to do is parse the input data, and format it into a file, then parse that file for processing. You could skip the second parsing step if you collect the data in a useful data structure on the first try.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: print first column, unique word in each row along with number times that word is repeated in each row
by mao9856 (Sexton) on Jan 11, 2018 at 03:19 UTC | |
by poj (Abbot) on Jan 11, 2018 at 06:37 UTC | |
by mao9856 (Sexton) on Jan 11, 2018 at 07:11 UTC |