Hi,
I need to work on large lists and I don't know how to do it fast.
For example I got list with 3M urls and I want to keep 5 urls from every single domain and delete rest. I was trying doing this with load data from file, regex and output, also I was trying to do it with lists, but all this is too slow, I would have to wait year to complete this list.
Is it possible to do it with ZP fast?
I need to work on large lists and I don't know how to do it fast.
For example I got list with 3M urls and I want to keep 5 urls from every single domain and delete rest. I was trying doing this with load data from file, regex and output, also I was trying to do it with lists, but all this is too slow, I would have to wait year to complete this list.
Is it possible to do it with ZP fast?