Skip to content

Commit 619e2ad

Browse files
authored
feat(specs): add delimiter option for csv source (#1445)
1 parent df5a1f9 commit 619e2ad

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

specs/ingestion/common/schemas/source.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,12 @@ SourceCSV:
191191
$ref: '#/MappingTypeCSV'
192192
method:
193193
$ref: '#/MethodType'
194+
delimiter:
195+
type: string
196+
minLength: 1
197+
maxLength: 1
198+
default: ','
199+
description: The character used to split the value on each line, default to a comma (\r, \n, 0xFFFD, and space are forbidden).
194200
required:
195201
- url
196202

0 commit comments

Comments
 (0)