When building a table in TrialBuilder, an error may occur if:
In this situation, the Text format may incorrectly be applied to date fields. This makes the whole table unreadable in R, throwing the following error:
CRF error: some date-type columns are stored as text
Change the table attribute from Automatic to Custom.
Identify the date-type variables that are currently in:
char / 50. / date9.Change these variables to the format:
num / 8. / date9.