Hello!
I have ten millions txt files in a folder (100KB/file), and I would filter special lines from this files.
In UltraEdit I use this regexp:
<strong class="name".*-id-.*
My problem is the large number of files, because the Ultraedit goes wrong...
How can I filter it? RapidMiner could do it?
My process is this:
1. Filter line by this regexp from the ten millions txt:
<strong class="name".*-id-.*
2. The filtered line must be in a new txt file...
Can you help solve my problem?
Thanks,
Attila