Datasets:
Fix line endings for CsvOutput, allow FileConcatenate to alter line endings
Browse files- dataset.yaml +2 -1
dataset.yaml
CHANGED
@@ -243,10 +243,11 @@ _passes:
|
|
243 |
path: 'pack/gen/usernames.csv'
|
244 |
files: [ 'out/usernames_*.csv' ]
|
245 |
ignoreDuplicateLines: true
|
|
|
246 |
delete: true
|
247 |
artifacts:
|
248 |
- file: 'pack/gen/usernames.csv'
|
249 |
-
sha512:
|
250 |
|
251 |
- pass: &clean
|
252 |
required:
|
|
|
243 |
path: 'pack/gen/usernames.csv'
|
244 |
files: [ 'out/usernames_*.csv' ]
|
245 |
ignoreDuplicateLines: true
|
246 |
+
eol: "\r\n"
|
247 |
delete: true
|
248 |
artifacts:
|
249 |
- file: 'pack/gen/usernames.csv'
|
250 |
+
sha512: ffcc8aa980f4d8b0cace9092280d07215337cc316cb3fa45742a5f5a735d21a31f581d27884a414df21ac99616d14c7ebec1ab68a5766c10faa4b1564ceb7c20
|
251 |
|
252 |
- pass: &clean
|
253 |
required:
|