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

Update Onix example file & Add codelist for mapping #70

Merged
merged 2 commits into from
Apr 23, 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
17 changes: 16 additions & 1 deletion docs/feeds/product/formats/onix/onix.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ title: 'Onix For Books XML'

If your products are books, we support the [Onix For Books](https://www.editeur.org/14/Code-Lists/) XML format to import your products.

Code list for mappings can be found [here](https://www.editeur.org/files/ONIX%20for%20books%20-%20code%20lists/ONIX_BookProduct_Codelists_Issue_65.html).
pj-gitlab-bot marked this conversation as resolved.
Show resolved Hide resolved

## Example Files

```xml
Expand Down Expand Up @@ -37,6 +39,7 @@ If your products are books, we support the [Onix For Books](https://www.editeur.
<DescriptiveDetail>
<ProductComposition>00</ProductComposition>
<ProductForm>00</ProductForm>
<ProductFormDetail>E116</ProductFormDetail>
<ProductFormDescription>CD-skiva</ProductFormDescription>
<Measure>
<MeasureType>01</MeasureType>
Expand Down Expand Up @@ -82,6 +85,18 @@ If your products are books, we support the [Onix For Books](https://www.editeur.
<SubjectSchemeIdentifier>95</SubjectSchemeIdentifier>
<SubjectCode>2ACB</SubjectCode>
</Subject>
<Extent>
<ExtentType>00</ExtentType>
<ExtentValue>200</ExtentValue>
<ExtentUnit>03</ExtentUnit>
</Extent>
<Contributor>
<SequenceNumber>2</SequenceNumber>
<ContributorRole>A01</ContributorRole>
<PersonNameInverted>King, Ben</PersonNameInverted>
<NamesBeforeKey>Ben</NamesBeforeKey>
<KeyNames>King</KeyNames>
</Contributor>
</DescriptiveDetail>
<CollateralDetail/>
<PublishingDetail>
Expand Down Expand Up @@ -145,4 +160,4 @@ If your products are books, we support the [Onix For Books](https://www.editeur.
</ProductSupply>
</Product>
</ONIXMessage>
```
```
Loading