$ head -n 2 vkgl_export_amc_20210614.tsv | cut -f 1-3
timestamp id chromosome
1
Expected
Output is similar to:
$ head -n 2 vkgl_raw_amc_v2.tsv | cut -f 1-3
timestamp id chromosome
1
Observed
All timestamp in the output are empty double quotes.
$ head -n 2 vkgl_raw_amc_v2.tsv | cut -f 1-3
timestamp id chromosome
"" 1
Importing this file in MOLGENIS results in:
Conversion failure in entity type [vkgl_raw_amc_v2] attribute [timestamp]; Failed to convert from type [java.lang.String] to type [java.time.Instant] for value '"'; nested exception is java.time.format.DateTimeParseException: Text '"' could not be parsed, unparsed text found at index 0
How to Reproduce
Run the pipeline with input based on:
Expected
Output is similar to:
Observed
All timestamp in the output are empty double quotes.
Importing this file in MOLGENIS results in: