Martijn11
1 discussion post
We frequently have to search for a large amount of 10 digit id's in files.
For example:
003212213
003212313
003212223
003212300
If we could use wildcards for a single character (like ?) it would make it easier to search for 003212? ? ? without space, but that creates a smiley) and find all numbers. So it searches for 9 digit names/numbers only in this case.
Or even better would be to use an input file with search patterns (thousands of 10 digit numbers), so it uses each line in the input file as a search pattern. Would it be possible to have this in a feature release or do you have other suggestions?
(like fileseek /qf input.txt) - qf for query file
Feb 6, 2014 (modified Feb 6, 2014)
•
#1