chrisamccoy / google-refine

Automatically exported from code.google.com/p/google-refine
Other
0 stars 1 forks source link

FileNotFound exception when importing archive from URL #544

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Sometimes when importing directly from a URL, Refine will give a file not found 
error with a filename similar to .import-temp\1330888443502\raw-data\data.csv

It appears to be related to URLs which have multiple path segments.  When the 
file is first downloaded it gets put in a subdirectory such as 
.import-temp\1330888443502\raw-data\january-invites, but after it gets unpacked 
Refine loses the last subdirectory from the path.

Original issue reported on code.google.com by tfmorris on 4 Mar 2012 at 7:36

GoogleCodeExporter commented 8 years ago
Fixed in r2479

Original comment by tfmorris on 16 Mar 2012 at 8:08

GoogleCodeExporter commented 8 years ago

Original comment by tfmorris on 18 Sep 2012 at 3:05

GoogleCodeExporter commented 8 years ago
I've reverted r2479 and provided a more complete fix.  See issue 600 for a 
description.

Original comment by tfmorris on 22 Sep 2012 at 6:15