Abhijat
unread,Aug 30, 2012, 10:24:06 AM8/30/12You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hi All,
Is it possible to extract filtered data from a txt file using DOS?
I have a txt file with 6 fields separated by comma. One of those fields has an ID on which I want to apply filter. The IDs that are to be used to apply filter and extract data are in another txt file.
Much like:
File1 -data.txt
a,s,d,f,AA,t
s,d,f,g,AA,g
d,f,g,h,BB,h
f,ge,tr,g,CC,k
File2 -ID.txt AA,CC
The result should be
a,s,d,f,AA,t
s,d,f,g,AA,g
f,ge,tr,g,CC,k
Thanks very much.
Kind Regards,
Abhijat