Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Can I use Firefox to parse one (or a small set of) file/s on local hard drive for matching a set of data points or text strings, returning prioritized matches?

  • 2 iimpendulo
  • 1 inayo le ngxaki
  • 3 views
  • Impendulo yokugqibela ngu dgevans

more options

I am trying to make data entry in a local file on PC hard drive for a set of data points consistent with previous entries.

Source for the previous entries would be only 1 or a limited set of files; i.e. excel, access, text, other. Result should prioritize "best match/s" at the top and include descriptors like line/record #, filename, date as well as record content, particularly in displaying inexact matches; i.e searching for "Telephone" returns "Telephony".

Actual "application" operates on a file of transaction records each with 10 data points and limited free-form text, where I query, "Are there records identical or similar to this one?" Show me the records in priority of best match; allow me to copy the data from the best match to the new record.

I am trying to make data entry in a local file on PC hard drive for a set of data points consistent with previous entries. Source for the previous entries would be only 1 or a limited set of files; i.e. excel, access, text, other. Result should prioritize "best match/s" at the top and include descriptors like line/record #, filename, date as well as record content, particularly in displaying inexact matches; i.e searching for "Telephone" returns "Telephony". Actual "application" operates on a file of transaction records each with 10 data points and limited free-form text, where I query, "Are there records identical or similar to this one?" Show me the records in priority of best match; allow me to copy the data from the best match to the new record.

All Replies (2)

more options

Firefox is a web browser. You could probably build an application to do what you want to do and run it in Firefox, but that seems un-ideal.

more options

Thanks, Tyler. Before building a custom application to do this, I am hoping to see if Firefox could be configured to 'browse' locally rather than on the Web, but otherwise, at least initially, operate mostly the way it does now, returning hits in order of how well they match (and why, sort of) in a familiar presentation format to the user.