From fa5b8b6a0cc77f1d153afb58895392212daf28f2 Mon Sep 17 00:00:00 2001 From: Derek Visch Date: Wed, 29 Mar 2023 16:34:59 -0400 Subject: [PATCH] Windows pointing to a drive --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7b7ed66..d43f6f1 100644 --- a/README.md +++ b/README.md @@ -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