There is an error in the Source documentation Read...
# feedback-and-requests
g
There is an error in the Source documentation Reader Options. It says
(e.g. {}, {'sep': ' '})
but that doesn't work, it should say:
(e.g. {}, {"sep": " "})
(single quotes are no valid JSON)
There is no direct link - when you create a Source, with Source Type = File, the reader_options below show the mentioned invalid json with single quotes.
m
@Gilbert Vrancken do you mind creating a Github issue asking to improve docs or error handling for this connector?