From f1874ad8e7f65e36ce55acc9c8ecf476a0f046aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9l=C3=A8ne=20Martin?= Date: Wed, 9 Oct 2024 12:29:40 -0700 Subject: [PATCH 1/2] Add link to Entities example --- docs/examples/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/examples/README.md b/docs/examples/README.md index 3e86544..bdfa75c 100644 --- a/docs/examples/README.md +++ b/docs/examples/README.md @@ -20,6 +20,10 @@ A Jupyter notebook demonstrating some options for working with repeats. A script that reads names from a CSV and creates an App User for each one that isn't currently used by an active App User on the server. Also creates customized QR codes for each new App User. +## [Create Entities from CSV data](create_entities_from_submissions/create_entities_from_submissions.py) + +A script that creates Entities from CSV data. + ## [Mail merge script](mail_merge/mail_merge.py) A script that uses mail merge to create personalized Word documents with data from Central. From cb0873c215a9db38f3faf8c23183e223b9294af3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9l=C3=A8ne=20Martin?= Date: Wed, 9 Oct 2024 13:52:17 -0700 Subject: [PATCH 2/2] Wording --- docs/examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/README.md b/docs/examples/README.md index bdfa75c..382bc51 100644 --- a/docs/examples/README.md +++ b/docs/examples/README.md @@ -22,7 +22,7 @@ A script that reads names from a CSV and creates an App User for each one that i ## [Create Entities from CSV data](create_entities_from_submissions/create_entities_from_submissions.py) -A script that creates Entities from CSV data. +A script that reads data from a CSV and creates Entities. ## [Mail merge script](mail_merge/mail_merge.py)