Этот сайт имеет ограниченную функциональность, пока мы проводим техническое обслуживание для улучшения его работы. Если какая-либо статья не решила вашу проблему и вы хотите задать вопрос, наше сообщество поддержки ждёт вас: @FirefoxSupport в Твиттере и /r/firefox на Reddit.

Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее

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 ответа
  • 1 имеет эту проблему
  • 3 просмотра
  • Последний ответ от 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.

Все ответы (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.