Hi folks, apologies if this is the wrong place to post this Q, but... I am wondering if OpenRefine is appropriate for the following use case.
Within our organization, we have multiple Clinical Practice Locations (places that a patient can go for clinical care). Approximately 600 locations/ practices.
We have ~7 computer systems which maintain their own lists / databases of these locations (name, ID, street 1-2, city, state, zip, phone, etc)
Can I
Thank you
Adam
failed to execute goal net.revelc.code.formatter:formatter-maven-plugin:2.17.1:validate (default-cli) on project wikidata
. I just tried to use the formatter-maven-plugin to format my file in IntelliJ but it requires some config file. I wonder what config file OpenRefine uses or what code format OR is following so that I can format manually.
Open Project
tab is empty and does not show recent projects. I tried deleting completely my OR data folder but it did not help. I tried with both 3.5.2 and 3.5.1
Hi, I'm working on a dataset that's got a bunch of unicode characters that represent letters with "dot under". I'm wondering if there's a way to convert them to their simpler ASCII-like form. For example, ạ to a. I find a few utilities for Python (e.g., https://github.com/ajanin/uni2ascii ), but am hoping to keep this in OpenRefine.
For comparison another set of letters are underscored, but in those cases the combining underscore was used and that's susceptible to a simple gsub in R. TIA!
hey, I've previously setup a development version for OpenRefine without too many issues. I'm now setting it up on a new mac. mvn compile
and ./refine
run without errors but opening the UI yields a lot of js errors.
I find out that I needed to npm install
from the main/webapp
folder first. I believe that should be part of the main readme
https://github.com/OpenRefine/OpenRefine#run-from-source
OpenRefine/extensions/wikidata/module/langs/translation-fr.json
. See https://github.com/OpenRefine/OpenRefine/commits/master/extensions/wikidata/module/langs/translation-fr.json
hey,
are there any examples of extensions with UI which is opened as a standalone page instead of being contained in a dialog?
backgroud:
I wrote an extension where I expose a new Grel function and it's working fine.
This Grel function uses a small yaml database and I would like to offer the user to add entries to that db via the UI.
For that purpose, I created a Command with basic rest CRUD operations and those work fine as well.
Now I'm implementing the actual UI and by mimicking other extensions I manage to add a entry to the main ui using
ExtensionBar.MenuItems.push(
That menu opens a new dialog in the same way as the clustering dialog: https://github.com/OpenRefine/OpenRefine/blob/master/main/webapp/modules/core/scripts/dialogs/clustering-dialog.js#L156
However, the UI of my extensions is a bit more complex so a "dialog" is not enough to fit all the content and I'd like it to open in a standalone window/tab without any of the OpenRefine UI or menus.
How can I do that?