Skip to content
Snippets Groups Projects
Commit c2cd2bc1 authored by felmer's avatar felmer
Browse files

change file type to TSV

SVN: 15805
parent f638ee62
No related branches found
No related tags found
No related merge requests found
......@@ -129,7 +129,7 @@ class LcaMicDataSetUploader extends AbstractDataSetUploader
builder.append("comment=null,");
builder.append(dataSetInformation.getExperimentIdentifier()).append(",");
builder.append(dataSetInformation.getDataSetCode()).append(",");
builder.append(DataSetHandler.LCA_MIC_TIME_SERIES).append(",PROPRIETARY\n");
builder.append(DataSetHandler.LCA_MIC_TIME_SERIES).append(",TSV\n");
builder.append("user-email=").append(dataSetInformation.tryGetUploadingUserEmail());
FileUtilities.writeToFile(new File(dataSet, CifexExtractorHelper.REQUEST_PROPERTIES_FILE), builder.toString());
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment