Skip to content

Commit a8ebad0

Browse files
authored
Merge pull request #103473 from mastloui-msft/patch-3
[Data Asset] - Add quotes to MLTable delimiter
2 parents 7812fb4 + ba4692d commit a8ebad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-create-data-assets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ paths:
248248
- pattern: ./*.txt
249249
transformations:
250250
- read_delimited:
251-
delimiter: ,
251+
delimiter: ','
252252
encoding: ascii
253253
header: all_files_same_headers
254254
```

0 commit comments

Comments
 (0)