Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

path error on Windows? #36

Open
beanumber opened this issue Jan 14, 2016 · 3 comments
Open

path error on Windows? #36

beanumber opened this issue Jan 14, 2016 · 3 comments
Labels

Comments

@beanumber
Copy link
Owner

I had a lot of the .zip and .csv files extracted and transformed and placed in my Airlines folder on my desktop, so I tried using just the etl_load() function to load it into the database:

airlines %>% etl_load()
## Reading flight data from C:\Users\Jonathan\Desktop\Airlines/load/
## Error: 'C:\Users\Jonathan\Desktop\Airlines/load/' does not exist.

There is a ���load��� folder in my Airlines folder that has a bunch of .csv files in it. Does the error perhaps have to do with my using Windows (with ���\��� instead of ���/���)?

@beanumber beanumber added the bug label Jan 14, 2016
@beanumber
Copy link
Owner Author

Maybe we need to throw a path.expand() in there somewhere...

@beanumber
Copy link
Owner Author

@jche is this still a problem?

@jche
Copy link

jche commented Aug 3, 2016

@beanumber nope, this works too now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants