Skip to content

Commit

Permalink
Merge pull request #5714 from QualitativeDataRepository/IQSS/5713-cre…
Browse files Browse the repository at this point in the history
…ationData_metadata_for_files_in_API

add file creationDate to dataset version API call
  • Loading branch information
kcondon authored Apr 3, 2019
2 parents 91cc9be + 58e4244 commit 08ded44
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,7 @@ public static JsonObjectBuilder json(DataFile df, FileMetadata fileMetadata) {
.add("md5", getMd5IfItExists(df.getChecksumType(), df.getChecksumValue()))
.add("checksum", getChecksumTypeAndValue(df.getChecksumType(), df.getChecksumValue()))
.add("tabularTags", getTabularFileTags(df))
.add("creationDate", df.getCreateDateFormattedYYYYMMDD())
;
}

Expand Down

0 comments on commit 08ded44

Please sign in to comment.