Skip to content

Commit

Permalink
Added tip about data ingestion
Browse files Browse the repository at this point in the history
  • Loading branch information
ljwalker authored Aug 29, 2024
1 parent 63744e2 commit 23a9918
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions content/coll_manager/upload/_index.en.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "Importing & Uploading Data"
date: 2021-10-07
lastmod: 2023-12-18
lastmod: 2024-08-29
authors: ["Ed Gilbert"]
editors: ["Katie Pearson"]
editors: ["Katie Pearson", "Lindsay Walker"]
weight: 150
keywords: ["data upload","data import","file upload","IPT"]
---
Expand Down Expand Up @@ -114,6 +114,10 @@ The same cautions as a manual Darwin Core Archive upload apply to this upload ty
A list of fields that can be imported into a Symbiota data portal can be [found here](https://biokic.github.io/symbiota-docs/coll_manager/upload/fields/).
{{</ notice >}}

{{< notice tip >}}
If you're new to using data ingestion tools in Symbiota portals, start by uploading a small number of records before ingesting larger datasets. You will be able to delete erroneous records [one-by-one](https://biokic.github.io/symbiota-docs/coll_manager/delete/), but not in batch.
{{</ notice >}}

* To take advantage of the [Tag Name + Identifier](https://biokic.github.io/symbiota-docs/editor/edit/fields/catno/) system (in which you can tag an identifier/other catalog number with a specific title), enter the tag name followed by a colon and then the identifier value, e.g., "Old Accession Number: 12345". For multiple identifiers, separate the tag name + identifiers by semicolons, e.g., "NP #: 4321; Accession #: 9876"
* If the scientific names in your CSV file include taxonomic authorship (e.g., *Acer circinatum* Pursh), map this field to the Target Field “scientificname.” If the scientific names included in your CSV file do NOT include taxonomic authorship (e.g., *Acer circinatum*), map this field to “sciname.”
* Collection dates mapped to eventDate will be evaluated and validated. Illegal dates will be placed in the verbatimEventDate field. The majority of the standard date formats are accepted, including Gregorian dates and Excel numeric date format (US only).
Expand Down

0 comments on commit 23a9918

Please sign in to comment.