You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/data-factory/format-delimited-text.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ ms.service: data-factory
7
7
ms.subservice: data-movement
8
8
ms.custom: synapse, contperf-fy22q2
9
9
ms.topic: conceptual
10
-
ms.date: 08/05/2022
10
+
ms.date: 09/08/2022
11
11
ms.author: jianleishen
12
12
---
13
13
@@ -168,6 +168,7 @@ The below table lists the properties supported by a delimited text source. You c
168
168
| After completion | Delete or move the files after processing. File path starts from the container root | no | Delete: `true` or `false` <br> Move: `['<from>', '<to>']`| purgeFiles <br> moveFiles |
169
169
| Filter by last modified | Choose to filter files based upon when they were last altered | no | Timestamp | modifiedAfter <br> modifiedBefore |
170
170
| Allow no files found | If true, an error is not thrown if no files are found | no |`true` or `false`| ignoreNoFilesFound |
171
+
| Maximum columns | The default value is 20480. Customize this value when the column number is over 20480 | no | Integer | maxColumns |
171
172
172
173
> [!NOTE]
173
174
> Data flow sources support for list of files is limited to 1024 entries in your file. To include more files, use wildcards in your file list.
0 commit comments