I’m having some troubles importing data from a cvs file with street addresses and the logs are not providing any meaningful information.
I installed CartoDB locally on Mac OSX 10.10.
Following are some console output which doesn't specify any errors:
Resque:
** [03:21:15 2014-11-05] 64961: Found job on imports** [03:21:15 2014-11-05] 64961: got: (Job{imports} | Resque::ImporterJobs | [{"job_id"=>"f248f418-5d88-4c06-ab2c-4bbbfdea88ce"}])** [03:21:15 2014-11-05] 64961: Running before_fork hook with [(Job{imports} | Resque::ImporterJobs | [{"job_id"=>"f248f418-5d88-4c06-ab2c-4bbbfdea88ce"}])]** [03:21:15 2014-11-05] 64961: resque-1.23.0: Forked 65262 at 1415186475** [03:21:15 2014-11-05] 65262: resque-1.23.0: Processing imports since 1415186475** [03:21:15 2014-11-05] 65262: done: (Job{imports} | Resque::ImporterJobs | [{"job_id"=>"f248f418-5d88-4c06-ab2c-4bbbfdea88ce"}])** [03:21:15 2014-11-05] 64961: Checking importsRails:
(0.000132s) SET DateStyle = 'ISO'(0.000130s) SET search_path TO "public", cartodb, publicStarted GET "/api/v1/imports/f248f418-5d88-4c06-ab2c-4bbbfdea88ce" for 127.0.0.1 at 2014-11-05 03:21:15 -0800Processing by Api::Json::ImportsController#show as JSON Parameters: {"id"=>"f248f418-5d88-4c06-ab2c-4bbbfdea88ce"} Completed 200 OK in 3ms (Views: 0.3ms | Models: 0.0ms) Started GET "/api/v1/imports/f248f418-5d88-4c06-ab2c-4bbbfdea88ce" for 127.0.0.1 at 2014-11-05 03:21:17 -0800 Processing by Api::Json::ImportsController#show as JSON Parameters: {"id"=>"f248f418-5d88-4c06-ab2c-4bbbfdea88ce"} Completed 200 OK in 3ms (Views: 0.3ms | Models: 0.0ms)The CartoDB UI shows an error:
Unable to load data (2001)Persisting error ? Send us the following code: "f248f418-5d88-4c06-ab2c-4bbbfdea88ce"The csv file has following format:
TIMESTAMP,NUMBER,STREET,CITY,STATE,ZIPCODE2014-09-05T13:16:14.178Z,800,some street,some city,some state,some zipcode
أكثر...
I installed CartoDB locally on Mac OSX 10.10.
Following are some console output which doesn't specify any errors:
Resque:
** [03:21:15 2014-11-05] 64961: Found job on imports** [03:21:15 2014-11-05] 64961: got: (Job{imports} | Resque::ImporterJobs | [{"job_id"=>"f248f418-5d88-4c06-ab2c-4bbbfdea88ce"}])** [03:21:15 2014-11-05] 64961: Running before_fork hook with [(Job{imports} | Resque::ImporterJobs | [{"job_id"=>"f248f418-5d88-4c06-ab2c-4bbbfdea88ce"}])]** [03:21:15 2014-11-05] 64961: resque-1.23.0: Forked 65262 at 1415186475** [03:21:15 2014-11-05] 65262: resque-1.23.0: Processing imports since 1415186475** [03:21:15 2014-11-05] 65262: done: (Job{imports} | Resque::ImporterJobs | [{"job_id"=>"f248f418-5d88-4c06-ab2c-4bbbfdea88ce"}])** [03:21:15 2014-11-05] 64961: Checking importsRails:
(0.000132s) SET DateStyle = 'ISO'(0.000130s) SET search_path TO "public", cartodb, publicStarted GET "/api/v1/imports/f248f418-5d88-4c06-ab2c-4bbbfdea88ce" for 127.0.0.1 at 2014-11-05 03:21:15 -0800Processing by Api::Json::ImportsController#show as JSON Parameters: {"id"=>"f248f418-5d88-4c06-ab2c-4bbbfdea88ce"} Completed 200 OK in 3ms (Views: 0.3ms | Models: 0.0ms) Started GET "/api/v1/imports/f248f418-5d88-4c06-ab2c-4bbbfdea88ce" for 127.0.0.1 at 2014-11-05 03:21:17 -0800 Processing by Api::Json::ImportsController#show as JSON Parameters: {"id"=>"f248f418-5d88-4c06-ab2c-4bbbfdea88ce"} Completed 200 OK in 3ms (Views: 0.3ms | Models: 0.0ms)The CartoDB UI shows an error:
Unable to load data (2001)Persisting error ? Send us the following code: "f248f418-5d88-4c06-ab2c-4bbbfdea88ce"The csv file has following format:
TIMESTAMP,NUMBER,STREET,CITY,STATE,ZIPCODE2014-09-05T13:16:14.178Z,800,some street,some city,some state,some zipcode
أكثر...