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

Add link to Entities example #97

Merged
merged 2 commits into from
Oct 9, 2024
Merged
Changes from 1 commit
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
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 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.
Expand Down
Loading