not4google
Programmer
Hi all,
I have a csv file which is comma seperated and around 500mb. The string that I am searching on is _INDEX" in the file and what I need to do is find this string and then print out the full word that contains _INDEX.
The issue is that the word _INDEX may not occur in the same place on the line where it occurs else I would have accessed field x and printed that out.
An example of 2 lines is given below:
,abc,def,ghi,test_INDEX,asds,asdasd,aa,awes
,asd,def,ghi,rtg,asds,asdasd,ABty_INDEX,awe
Any suggestions would be appreciated,
I have a csv file which is comma seperated and around 500mb. The string that I am searching on is _INDEX" in the file and what I need to do is find this string and then print out the full word that contains _INDEX.
The issue is that the word _INDEX may not occur in the same place on the line where it occurs else I would have accessed field x and printed that out.
An example of 2 lines is given below:
,abc,def,ghi,test_INDEX,asds,asdasd,aa,awes
,asd,def,ghi,rtg,asds,asdasd,ABty_INDEX,awe
Any suggestions would be appreciated,