Die Funktionalität dieser Website ist durch Wartungsarbeiten eingeschränkt, die Ihr Erlebnis verbessern sollen. Wenn ein Artikel Ihr Problem nicht löst und Sie eine Frage stellen möchten, können Sie unsere Gemeinschaft über @FirefoxSupport auf Twitter, /r/firefox oder Reddit fragen.

Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Weitere Informationen

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 Antworten
  • 1 hat dieses Problem
  • 3 Aufrufe
  • Letzte Antwort von 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.

Alle Antworten (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.