Describe the bug
Files fail QC (app and R console) if Date.Time includes a "T" instead of " " (space).
App hard crashes.
To Reproduce
Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior
Should be able to handle it.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
ISO standard for date time before could use " " or "T" to separate date and time. The standard changed in 2019 to require the "T" as a separator.
Quick Fix
Easiest "fix" is to replace the "T" with a " " (space).
Describe the bug
Files fail QC (app and R console) if Date.Time includes a "T" instead of " " (space).
App hard crashes.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Should be able to handle it.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
ISO standard for date time before could use " " or "T" to separate date and time. The standard changed in 2019 to require the "T" as a separator.
Quick Fix
Easiest "fix" is to replace the "T" with a " " (space).