Skip to content
Snippets Groups Projects
Commit 0347838e authored by Amir Golparvar's avatar Amir Golparvar
Browse files

Merge branch '2083-custom-schema-for-tabular-parser-are-failing-to-process' into 'develop'

Resolve "custom schema for tabular parser are failing to process"

Closes #2083

See merge request !1993
parents e6fe813a 0ce8ec7b
No related branches found
No related tags found
1 merge request!1993Resolve "custom schema for tabular parser are failing to process"
Pipeline #216999 passed
...@@ -3,4 +3,10 @@ This upload demonstrates the use of tabular data. In this example we use an *xls ...@@ -3,4 +3,10 @@ This upload demonstrates the use of tabular data. In this example we use an *xls
This schema is meant as a starting point. You can download the schema file and This schema is meant as a starting point. You can download the schema file and
extend the schema for your own tables. extend the schema for your own tables.
In order to see the parsed data, create an entry by clicking on the **_create from schema_** button,
pick a name for your entry, and select **_Custom schema_** from the options. Then click on the
search icon, from the dialogue, click on the _**Periodic Table**_ and select **_Element_** from the
dropdown menu. Clicking on `Create` would trigger the parser and you should be able to see all elements
successfully parsed into individual entries.
Consult our [documentation on the NOMAD Archive and Metainfo](https://nomad-lab.eu/prod/v1/staging/docs/) to learn more about schemas. Consult our [documentation on the NOMAD Archive and Metainfo](https://nomad-lab.eu/prod/v1/staging/docs/) to learn more about schemas.
...@@ -5,7 +5,7 @@ definitions: ...@@ -5,7 +5,7 @@ definitions:
sections: sections:
Element: Element:
more: more:
label_quantity: '#/data/name' label_quantity: name
base_sections: base_sections:
# We use ElnBaseSection here. This provides a few quantities (name, ags)description, t # We use ElnBaseSection here. This provides a few quantities (name, ags)description, t
# that are added to the search index. If we map table columns to these quantities, # that are added to the search index. If we map table columns to these quantities,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment