Skip to content

Commit 290be9c

Browse files
committed
Update source example screenshot and script
1 parent 47ed622 commit 290be9c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

articles/data-factory/format-delimited-text.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,9 +184,10 @@ The associated data flow script is:
184184
```
185185
source(
186186
allowSchemaDrift: true,
187-
validateSchema: false,
188-
multiLineRow: true,
189-
wildcardPaths:['*.csv']) ~> CSVSource
187+
validateSchema: false,
188+
ignoreNoFilesFound: false,
189+
multiLineRow: true,
190+
wildcardPaths:['*.csv']) ~> CSVSource
190191
```
191192

192193
> [!NOTE]
-13.2 KB
Loading

0 commit comments

Comments
 (0)