Skip to content

gbif/doc-openrefine-guide

Repository files navigation

GBIF Document doi:10.15468/doc-gzjg-af18 CC BY-SA 4.0 Build status

Guía para la limpieza de datos sobre biodiversidad con OpenRefine

La presente guía ha sido construida con fines únicamente pedagógicos. El objetivo de esta guía es mostrar cómo utilizar algunas de las funciones básicas de OpenRefine que pueden utilizarse para evaluar y mejorar la calidad de datos de biodiversidad.

This is information about this document’s source code. It is not part of the document.

It is available in Spanish in both HTML and PDF at Guía para la limpieza de datos sobre biodiversidad con OpenRefine. The location of these documents is currently considered temporary.

The document is built using AsciiDoc, for guidance on how to make changes or suggestions see the GBIF Documentation Guidelines.

Syntax highlighting

The syntax highligting in this document uses a more careful syntax than normal.

Inline expressions are marked up like this: [source]`cells["genus"].value`.

Block expressions are marked up like this:

  [source,javascript]
  ----
  if(isBlank(cells["genus"].value),
     ""
     cells["genus"].value
  )
  ----

Menus

Menus use the experimental menu selections syntax.

Inline syntax.
"la ▼ azul > Facetas > Faceta de texto"
Full syntax for single items and single items with spaces
menu:Preferencias[]
menu:la{sp}▼{sp}azul[]
Full syntax when including formatted text in the menu
// Attribute to be declared in index.es.adoc
:genus: pass:q[[source]`"genus"`]

menu:la{sp}▼{sp}azul{sp}del{sp}campo{sp}{genus}[Editar columnas > Agregar columna basada en esta columna…]