Skip to content

Commit

Permalink
Add link to Entities example (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
lognaturel authored Oct 9, 2024
1 parent 9071459 commit b2cffe3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 reads data from a CSV and creates Entities.

## [Mail merge script](mail_merge/mail_merge.py)

A script that uses mail merge to create personalized Word documents with data from Central.
Expand Down

0 comments on commit b2cffe3

Please sign in to comment.