Hi Team, How to provide path of the text file stor...
# connector-development
n
Hi Team, How to provide path of the text file stored on my windows machine eg; C:\test.txt to read the data using File connector ? I have airbyte running in docker container. can you please suggest?
Can some one please suggest on how to read data from local file system using FILE connector ?
a
Hi @Narender Kumar, you have to drop the file the LOCAL_ROOT path defined in your
.env
file, which by default is
LOCAL_ROOT=/tmp/airbyte_local
Then you can consider this directory as the root directory for your path in the file connector.
n
Thank you @[DEPRECATED] Augustin Lafanechere.