diff --git a/examples/data/tabular/README.md b/examples/data/tabular/README.md
index 6fa314b49611dc36a9be22d6eb60da8e0b313455..95370744127190ace108918a80f139eaa1a8c5f7 100644
--- a/examples/data/tabular/README.md
+++ b/examples/data/tabular/README.md
@@ -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
 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.
diff --git a/examples/data/tabular/periodic-table.archive.yaml b/examples/data/tabular/periodic-table.archive.yaml
index 926e605fc97e4c77497a442ef6b50d8c718c7f33..3b6f134f985322d3d98be36a96497732c3c9f899 100644
--- a/examples/data/tabular/periodic-table.archive.yaml
+++ b/examples/data/tabular/periodic-table.archive.yaml
@@ -5,7 +5,7 @@ definitions:
   sections:
     Element:
       more:
-        label_quantity: '#/data/name'
+        label_quantity: name
       base_sections:
         # 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,