Talk:CYWG iDigBio DwC-A Pull Ingestion: Difference between revisions

From iDigBio
Jump to navigation Jump to search
(tables are on published page.)
(try again. tables are on published page.)
 
Line 44: Line 44:
|-
|-
|}
|}
we probably want to flip the table with each feed type in a column rather than a row.
{| class="wikitable" border="1"
|-
! colspan="5" | Publishing feed XML field names by publisher type
|-
| Feed Type
| '''IPT'''
| '''Symbiota'''
| '''Feeder'''
| '''EasyCapture'''
|-
| Title (human friendly name of recordset)
| title
| title
| title
| title
|-
| Description (human friendly description of recordset)
| description
| description
| description
| description
|-
| Dataset GUID (unique identifier for data feed)
| guid
| guid
| id
| guid
|-
| Dataset Link (link to DwC archive)
| ipt:dwca
| link
| link
| link
|-
| Metadata Link (link to .eml)
| ipt:eml
| emllink
| ipt:eml
| emllink
|-
| Publication Date
| PubDate
| PubDate
| PubDate
| PubDate
|-
|}
----
{| class="wikitable" border="1"
! colspan="2" | Publishing Feed - Field Requirements
|-
| Title (human friendly name of recordset)
| SHOULD
|-
| Description (human friendly description of recordset)
| SHOULD
|-
| Dataset GUID (unique identifier for dataset in feed)
| MUST
|-
| Dataset Link (link to DwC archive)
| MUST
|-
| Metadata Link (link to .eml)
| MUST
|-
| Publication Date
| MUST
|}





Latest revision as of 15:32, 19 June 2015

table oriented another way.

Feed Type Title (human friendly name of recordset) Description (human friendly description of recordset) Dataset GUID (unique identifier for dataset in feed) Dataset Link (link to DwC archive) Metadata Link (link to .eml) Publication Date
IPT title description guid ipt:dwca ipt:eml pubDate
Symbiota title description guid link emllink pubDate
Feeder title description id link ipt:eml pubDate
EasyCapture title description guid link emllink pubDate


Feed Level

MUST: Title

SHOULD: Description


Item Level

SHOULD: title

SHOULD: description

MUST: guid

MUST: pubDate

MUST: archive link

MUST: eml link

OPTIONAL: everything else