airlines icon indicating copy to clipboard operation
airlines copied to clipboard

path error on Windows?

Open beanumber opened this issue 10 years ago • 3 comments

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 avatar Jan 14 '16 18:01 beanumber

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

beanumber avatar Jan 14 '16 18:01 beanumber

@jche is this still a problem?

beanumber avatar Jul 27 '16 00:07 beanumber

@beanumber nope, this works too now.

jche avatar Aug 03 '16 04:08 jche