Processing Ajax...

Title
Close Dialog

Message

Confirm
Close Dialog

Confirm
Close Dialog

Confirm
Close Dialog

User Image
SamG
2 discussion posts
I'm new to this program. I often have to search for lists of serial numbers in a large file of several hundred thousand lines, lets say 400K lines. The data I'm searching for can be a few serial numbers or perhaps hundreds of serials. Typically I would have these serials in a separate listing.

I have used Excel doing VLOOKUPS, and have written PowerBasic code to do these searches. But Excel is a bit of a grind setting up the VLOOKUP data, etc. My Power Basic code runs as a single thread, fairly slowly.

Can Fileseek do this easily and quickly?

Thanks, SamG
Sep 17, 2015  • #1
Keith Lammers (BFS)'s profile on WallpaperFusion.com
Do the serial numbers follow a specific format? (i.e. NNNN-NNNN-NNNN)? If so, you we can help you build a RegEx string that will find the serial numbers in the file :)
Sep 18, 2015  • #2
User Image
SamG
2 discussion posts
Yes, the serials are always 7 characters long. Thanks.
Sep 18, 2015  • #3
Keith Lammers (BFS)'s profile on WallpaperFusion.com
Ok, are there any hyphens separating the characters?
Sep 21, 2015  • #4
Subscribe to this discussion topic using RSS
Was this helpful?  Login to Vote(-)  Login to Vote(-)