|
|
@ -27,7 +27,7 @@ rule prepare_participants_csv: |
|
|
|
params: |
|
|
|
data_configuration = config["PHONE_DATA_STREAMS"][config["PHONE_DATA_STREAMS"]["USE"]], |
|
|
|
participants_table = "participants", |
|
|
|
device_id_table = "light_sensor", |
|
|
|
device_id_table = "esm", |
|
|
|
start_end_date_table = "esm" |
|
|
|
output: |
|
|
|
participants_file = config["CREATE_PARTICIPANT_FILES"]["CSV_FILE_PATH"] |
|
|
|