Skip to main content
The examples below provide an easy guide for picking record delimiter and record type in the file storage source component.
My dataSource type parameters
id,name
1,john
2,bruce
3,ashley
New line, Delimited values, delimiter [,]
{"id":1,"name":"john"}
{"id":2,"name":"bruce"}
{"id":3,"name":"ashley"}
New line, Json object
{"id":1, "name":"john"}
{"id":2, "name":"bruce"}
End of file, Json object
Lorem ipsum dolor sit amet,
consectetur adipiscing elit,
sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
End of file, Raw
actor,
actress,
actual,
actually,
ad,
adapt,
add,
addition,
additional,
add on,
address,
add up,
add up to,
adequate,
adequately,
adjust
New line, raw
Last modified on April 20, 2026