Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added brief tip about data ingestion #595

Merged
merged 1 commit into from
Aug 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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