View Single Post
 
Old 10-23-2015, 09:57 AM
PRA007's Avatar
PRA007 PRA007 is offline Windows 7 32bit Office 2010 32bit
Competent Performer
 
Join Date: Dec 2014
Location: Ahmedabad, Gujrat, India
Posts: 145
PRA007 is on a distinguished road
Default Extract Data from Text file based on Pattern Match

I was able to cut the large file to small based on the pattern. I used word wild card search to find patent numbers and made a txt file neming small

I found answers from superuser to cut the file for what I want

http://superuser.com/questions/99066...search-pattern
grep -f small_list.txt big_file.txt

Now I have made the resultant file in excel having only 3 column
1st column containing Patent numbers, second for event date and last for event code.
Is it possible with small files to do the above task

I also created word document having table with same as excel file if thats easy to be used.
Reply With Quote