Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
pipliggins committed Nov 7, 2024
1 parent af92771 commit 079fdfd
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ All 4 functions have both a command-line interface, and a python function associ
1. **Data**: Get the data as CSV or Excel and the data dictionary if available.

2. **Creating autoparser config**: Optional step if the data is not in REDCap
(English) format. The autoparser config ([example](redcap-en.toml),
[schema](#autoparser-config-schema)) specifies most of the variable
configuration settings for autoparser.
(English) format. The autoparser config ([example](src/autoparser/config/redcap-en.toml))
specifies most of the variable configuration settings for autoparser.

3. **Preparing the data dictionary**: If the data dictionary is not in CSV, or
split across multiple Excel sheets, then it needs to be combined to a single
Expand Down Expand Up @@ -88,3 +87,7 @@ defaultDateFormat = "%d/%m/%Y"
which should automatically convert the dates for you.

2. ADTL can't find my schema (error: No such file or directory ..../x.schema.json)
autoparser puts the path to the schema at the top of the TOML file, relative to the
*current location of the parser* (i.e, where you ran the autoparser command from).
If you have since moved the parser file, you will need to update the schema path at the
top of the TOML parser.

0 comments on commit 079fdfd

Please sign in to comment.