Skip to content

Guía de Uso Básico de OpenRefine para la limpieza de datos sobre biodiversidad

License

Notifications You must be signed in to change notification settings

gbif/doc-openrefine-guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8f48881 · Jun 1, 2023
Feb 23, 2021
Feb 24, 2021
Jun 1, 2023
Apr 18, 2019
Feb 23, 2021
Jun 1, 2023
Feb 23, 2021
Feb 24, 2021
Feb 23, 2021
Feb 23, 2021
Feb 23, 2021
Feb 22, 2021
Feb 24, 2021
Feb 24, 2021
Feb 24, 2020
Feb 22, 2021
Feb 20, 2021
Feb 20, 2021
Feb 25, 2021
Feb 25, 2021
Feb 25, 2021
Feb 25, 2021
Feb 23, 2021

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…]