LabfrontLoader fails when loading data from folders from the following data sources:
garmin-connect-women-mct-blood-glucose
garmin-connect-women-mct-summary
This is because the data contained in the CSV files of these folders don't have neither a isoDate column or a calendarDate column, but instead have a periodDate column, that indicates the start of the menstrual cycle. Thus, we need to update the code that creates the file index of Labfront folder in order to make sure that it uses the periodDate as a date column (which will then also be used in the loading part).
LabfrontLoader fails when loading data from folders from the following data sources:
garmin-connect-women-mct-blood-glucose
garmin-connect-women-mct-summary
This is because the data contained in the CSV files of these folders don't have neither a
isoDate
column or acalendarDate
column, but instead have aperiodDate
column, that indicates the start of the menstrual cycle. Thus, we need to update the code that creates the file index of Labfront folder in order to make sure that it uses theperiodDate
as a date column (which will then also be used in the loading part).