Skip to content

Commit 6abb78a

Browse files
authored
Update 003-file-formats.hbs
1 parent 02f420d commit 6abb78a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/auto-load/mappings/003-file-formats.hbs

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
{{/eq}}
1212
1313
// JSON
14-
{{#or (eq @fileExt '.js') (eq @fileExt '.json')}}
14+
{{#or (eq @fileExt '.js') (eq @fileExt '.json') (eq @fileExt '.jsonl')}}
1515
configuration.load.sourceFormat: NEWLINE_DELIMITED_JSON
1616
configuration.load.autodetect: True
1717
{{/or}}
@@ -32,4 +32,4 @@
3232
configuration.load.sourceFormat: ORC
3333
{{/eq}}
3434
}
35-
{{/frame}}
35+
{{/frame}}

0 commit comments

Comments
 (0)