Look into ESM table for device_id.
parent
c03ee788f6
commit
b29f902915
|
@ -1,2 +1,2 @@
|
||||||
label,start_time,length,repeats_on,repeats_value
|
label,start_time,length,repeats_on,repeats_value
|
||||||
daily,03:59:59,23H 59M 59S,every_day,0
|
daily,04:00:00,23H 59M 59S,every_day,0
|
||||||
|
|
|
|
@ -27,7 +27,7 @@ rule prepare_participants_csv:
|
||||||
params:
|
params:
|
||||||
data_configuration = config["PHONE_DATA_STREAMS"][config["PHONE_DATA_STREAMS"]["USE"]],
|
data_configuration = config["PHONE_DATA_STREAMS"][config["PHONE_DATA_STREAMS"]["USE"]],
|
||||||
participants_table = "participants",
|
participants_table = "participants",
|
||||||
device_id_table = "light_sensor",
|
device_id_table = "esm",
|
||||||
start_end_date_table = "esm"
|
start_end_date_table = "esm"
|
||||||
output:
|
output:
|
||||||
participants_file = config["CREATE_PARTICIPANT_FILES"]["CSV_FILE_PATH"]
|
participants_file = config["CREATE_PARTICIPANT_FILES"]["CSV_FILE_PATH"]
|
||||||
|
|
Loading…
Reference in New Issue