Skip to content

Commit

Permalink
Merge pull request #49 from visch/patch-2
Browse files Browse the repository at this point in the history
Windows pointing to a drive
  • Loading branch information
ets authored Jan 6, 2024
2 parents f538266 + fa5b8b6 commit cccc771
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 cccc771

Please sign in to comment.