Skip to content

Commit

Permalink
Windows pointing to a drive
Browse files Browse the repository at this point in the history
  • Loading branch information
visch authored Mar 29, 2023
1 parent 12f4d96 commit fa5b8b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ This is a [Singer](https://singer.io) tap that reads data from spreadsheet files
- S3
- local directories (file://)
- NOTE: that absolute paths look like this "file:///root/child/target" with three forward slashes
- NOTE: on windows to point to a seperate drive letter an absolute path will not work, if you'd like to point to a folder on your `D` drive use "file://d:/data/subfolder"
- HTTP, HTTPS (read-only)
- SSH, SCP and SFTP
- WebHDFS
Expand Down

0 comments on commit fa5b8b6

Please sign in to comment.