Skip to content

Commit

Permalink
Fixing data import instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
avenmia committed Aug 24, 2024
1 parent e2ff4e1 commit 71743e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prisma/dataimport/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
- Required Format
- id,surveyId,search
5. Add a .env file to the dataimport folder based on the .env.example
1. If the database uses a username and password use the following in dataimport conn_str = f'DRIVER={{SQL Server}};SERVER={server};DATABASE={database};UID={username};PWD={password}'

## Creating questions.csv, answers.csv, polis_surveys.csv, and survey_rules.csv

Expand Down

0 comments on commit 71743e1

Please sign in to comment.