lfucg / lexington-pentaho-etl

Pentaho Data Integration transformations for the Lexington, KY open data program
MIT License
4 stars 3 forks source link

Keep getting 404 response code #12

Open bluesurfer opened 9 years ago

bluesurfer commented 9 years ago

I would like to use your “upsert-records-to-ckan.ktr" code to upsert a specific resource in CKAN. I am using an example d PostgreSQL dataset i.e. dvdrental to get some sample data and than I tried to replicate the transformation you made in your other pull-last-day-of-building-permits.ktr file: I setup the CKAN API key, the CKAN_BASE_URL and the ID of the resource. Unfortunately, I really can't get it work.. I keep getting a 404 response code from CKAN. Here's my log:

2015/05/22 15:03:24 - DBCache - Loading database cache from file: [/Users/andrea/.kettle/db.cache-5.3.0.0-213]
2015/05/22 15:03:24 - DBCache - We read 1 cached rows from the database cache!
2015/05/22 15:03:28 - Spoon - Trying to open the last file used.
2015/05/22 15:03:47 - Version checker - OK
2015/05/22 15:04:14 - prova - Transformation is pre-loaded.
2015/05/22 15:04:14 - prova - nr of steps to run : 4  , nr of hops : 3
2015/05/22 15:04:14 - Spoon - Transformation opened.
2015/05/22 15:04:14 - Spoon - Launching transformation [prova]...
2015/05/22 15:04:14 - Spoon - Started the transformation execution.
2015/05/22 15:04:16 - prova - Dispatching started for transformation [prova]
2015/05/22 15:04:16 - prova - Nr of arguments detected:0
2015/05/22 15:04:16 - prova - This is not a replay transformation
2015/05/22 15:04:16 - prova - I found 4 different steps to launch.
2015/05/22 15:04:16 - prova - Allocating rowsets...
2015/05/22 15:04:16 - prova -  Allocating rowsets for step 0 --> get_actors
2015/05/22 15:04:16 - prova -   prevcopies = 1, nextcopies=1
2015/05/22 15:04:16 - prova - Transformation allocated new rowset [get_actors.0 - format records as JSON.0]
2015/05/22 15:04:16 - prova -  Allocated 1 rowsets for step 0 --> get_actors
2015/05/22 15:04:16 - prova -  Allocating rowsets for step 1 --> format records as JSON
2015/05/22 15:04:16 - prova -   prevcopies = 1, nextcopies=1
2015/05/22 15:04:16 - prova - Transformation allocated new rowset [format records as JSON.0 - Insert ckanResourceId.0]
2015/05/22 15:04:16 - prova -  Allocated 2 rowsets for step 1 --> format records as JSON
2015/05/22 15:04:16 - prova -  Allocating rowsets for step 2 --> Insert ckanResourceId
2015/05/22 15:04:16 - prova -  Allocated 2 rowsets for step 2 --> Insert ckanResourceId
2015/05/22 15:04:16 - prova - Allocating Steps & StepData...
2015/05/22 15:04:16 - prova -  Transformation is about to allocate step [get_actors] of type [TableInput]
2015/05/22 15:04:16 - prova -   Step has nrcopies=1
2015/05/22 15:04:16 - get_actors.0 - distribution activated
2015/05/22 15:04:16 - get_actors.0 - Starting allocation of buffers & new threads...
2015/05/22 15:04:16 - get_actors.0 - Step info: nrinput=0 nroutput=1
2015/05/22 15:04:16 - get_actors.0 - output rel. is  1:1
2015/05/22 15:04:16 - get_actors.0 - Found output rowset [get_actors.0 - format records as JSON.0]
2015/05/22 15:04:16 - get_actors.0 - Finished dispatching
2015/05/22 15:04:16 - prova -  Transformation has allocated a new step: [get_actors].0
2015/05/22 15:04:16 - prova -  Transformation is about to allocate step [format records as JSON] of type [JsonOutput]
2015/05/22 15:04:16 - prova -   Step has nrcopies=1
2015/05/22 15:04:16 - format records as JSON.0 - distribution de-activated
2015/05/22 15:04:16 - format records as JSON.0 - Starting allocation of buffers & new threads...
2015/05/22 15:04:16 - format records as JSON.0 - Step info: nrinput=1 nroutput=1
2015/05/22 15:04:16 - format records as JSON.0 - Got previous step from [format records as JSON] #0 --> get_actors
2015/05/22 15:04:16 - format records as JSON.0 - input rel is 1:1
2015/05/22 15:04:16 - format records as JSON.0 - Found input rowset [get_actors.0 - format records as JSON.0]
2015/05/22 15:04:16 - format records as JSON.0 - output rel. is  1:1
2015/05/22 15:04:16 - format records as JSON.0 - Found output rowset [format records as JSON.0 - Insert ckanResourceId.0]
2015/05/22 15:04:16 - format records as JSON.0 - Finished dispatching
2015/05/22 15:04:16 - prova -  Transformation has allocated a new step: [format records as JSON].0
2015/05/22 15:04:16 - prova -  Transformation is about to allocate step [Insert ckanResourceId] of type [ScriptValueMod]
2015/05/22 15:04:16 - prova -   Step has nrcopies=1
2015/05/22 15:04:16 - Insert ckanResourceId.0 - distribution de-activated
2015/05/22 15:04:16 - Insert ckanResourceId.0 - Starting allocation of buffers & new threads...
2015/05/22 15:04:16 - Insert ckanResourceId.0 - Step info: nrinput=1 nroutput=1
2015/05/22 15:04:16 - Insert ckanResourceId.0 - Got previous step from [Insert ckanResourceId] #0 --> format records as JSON
2015/05/22 15:04:16 - Insert ckanResourceId.0 - input rel is 1:1
2015/05/22 15:04:16 - Insert ckanResourceId.0 - Found input rowset [format records as JSON.0 - Insert ckanResourceId.0]
2015/05/22 15:04:16 - Insert ckanResourceId.0 - output rel. is  1:1
2015/05/22 15:04:16 - Insert ckanResourceId.0 - Finished dispatching
2015/05/22 15:04:16 - prova -  Transformation has allocated a new step: [Insert ckanResourceId].0
2015/05/22 15:04:16 - prova -  Transformation is about to allocate step [Upsert records to CKAN] of type [Mapping]
2015/05/22 15:04:16 - prova -   Step has nrcopies=1
2015/05/22 15:04:16 - Upsert records to CKAN.0 - distribution activated
2015/05/22 15:04:16 - Upsert records to CKAN.0 - Starting allocation of buffers & new threads...
2015/05/22 15:04:16 - Upsert records to CKAN.0 - Step info: nrinput=1 nroutput=0
2015/05/22 15:04:16 - Upsert records to CKAN.0 - Got previous step from [Upsert records to CKAN] #0 --> Insert ckanResourceId
2015/05/22 15:04:16 - Upsert records to CKAN.0 - input rel is 1:1
2015/05/22 15:04:16 - Upsert records to CKAN.0 - Finished dispatching
2015/05/22 15:04:16 - prova -  Transformation has allocated a new step: [Upsert records to CKAN].0
2015/05/22 15:04:16 - prova - This transformation can be replayed with replay date: 2015/05/22 15:04:16
2015/05/22 15:04:16 - prova - Initialising 4 steps...
2015/05/22 15:04:16 - get_actors.0 - Released server socket on port 0
2015/05/22 15:04:16 - format records as JSON.0 - Released server socket on port 0
2015/05/22 15:04:16 - Insert ckanResourceId.0 - Released server socket on port 0
2015/05/22 15:04:16 - Upsert records to CKAN.0 - Released server socket on port 0
2015/05/22 15:04:16 - pg-dvdrental - New database connection defined
2015/05/22 15:04:16 - upsert-records-to-ckan - Transformation is pre-loaded.
2015/05/22 15:04:16 - upsert-records-to-ckan - nr of steps to run : 6  , nr of hops : 6
2015/05/22 15:04:16 - upsert-records-to-ckan - Dispatching started for transformation [upsert-records-to-ckan]
2015/05/22 15:04:16 - upsert-records-to-ckan - Nr of arguments detected:0
2015/05/22 15:04:16 - upsert-records-to-ckan - This is not a replay transformation
2015/05/22 15:04:16 - upsert-records-to-ckan - I found 6 different steps to launch.
2015/05/22 15:04:16 - upsert-records-to-ckan - Allocating rowsets...
2015/05/22 15:04:16 - upsert-records-to-ckan -  Allocating rowsets for step 0 --> Create POST body
2015/05/22 15:04:16 - upsert-records-to-ckan -   prevcopies = 1, nextcopies=1
2015/05/22 15:04:16 - upsert-records-to-ckan - Transformation allocated new rowset [Create POST body.0 - Upsert records to CKAN.0]
2015/05/22 15:04:16 - upsert-records-to-ckan -   prevcopies = 1, nextcopies=1
2015/05/22 15:04:16 - upsert-records-to-ckan - Transformation allocated new rowset [Create POST body.0 - Write to log.0]
2015/05/22 15:04:16 - upsert-records-to-ckan -  Allocated 2 rowsets for step 0 --> Create POST body
2015/05/22 15:04:16 - upsert-records-to-ckan -  Allocating rowsets for step 1 --> Upsert records to CKAN
2015/05/22 15:04:16 - upsert-records-to-ckan -   prevcopies = 1, nextcopies=1
2015/05/22 15:04:16 - upsert-records-to-ckan - Transformation allocated new rowset [Upsert records to CKAN.0 - Mapping output specification.0]
2015/05/22 15:04:16 - upsert-records-to-ckan -  Allocated 3 rowsets for step 1 --> Upsert records to CKAN
2015/05/22 15:04:16 - upsert-records-to-ckan -  Allocating rowsets for step 2 --> Get CKAN API variables
2015/05/22 15:04:16 - upsert-records-to-ckan -   prevcopies = 1, nextcopies=1
2015/05/22 15:04:16 - upsert-records-to-ckan - Transformation allocated new rowset [Get CKAN API variables.0 - Create POST body.0]
2015/05/22 15:04:16 - upsert-records-to-ckan -  Allocated 4 rowsets for step 2 --> Get CKAN API variables
2015/05/22 15:04:16 - upsert-records-to-ckan -  Allocating rowsets for step 3 --> jsonRecords input
2015/05/22 15:04:16 - upsert-records-to-ckan -   prevcopies = 1, nextcopies=1
2015/05/22 15:04:16 - upsert-records-to-ckan - Transformation allocated new rowset [jsonRecords input.0 - Get CKAN API variables.0]
2015/05/22 15:04:16 - upsert-records-to-ckan -   prevcopies = 1, nextcopies=1
2015/05/22 15:04:16 - upsert-records-to-ckan - Transformation allocated new rowset [jsonRecords input.0 - Write to log.0]
2015/05/22 15:04:16 - upsert-records-to-ckan -  Allocated 6 rowsets for step 3 --> jsonRecords input
2015/05/22 15:04:16 - upsert-records-to-ckan -  Allocating rowsets for step 4 --> Mapping output specification
2015/05/22 15:04:16 - upsert-records-to-ckan -  Allocated 6 rowsets for step 4 --> Mapping output specification
2015/05/22 15:04:16 - upsert-records-to-ckan -  Allocating rowsets for step 5 --> Write to log
2015/05/22 15:04:16 - upsert-records-to-ckan -  Allocated 6 rowsets for step 5 --> Write to log
2015/05/22 15:04:16 - upsert-records-to-ckan - Allocating Steps & StepData...
2015/05/22 15:04:16 - upsert-records-to-ckan -  Transformation is about to allocate step [Create POST body] of type [ScriptValueMod]
2015/05/22 15:04:16 - upsert-records-to-ckan -   Step has nrcopies=1
2015/05/22 15:04:16 - Create POST body.0 - distribution de-activated
2015/05/22 15:04:16 - Create POST body.0 - Starting allocation of buffers & new threads...
2015/05/22 15:04:16 - Create POST body.0 - Step info: nrinput=1 nroutput=2
2015/05/22 15:04:16 - Create POST body.0 - Got previous step from [Create POST body] #0 --> Get CKAN API variables
2015/05/22 15:04:16 - Create POST body.0 - input rel is 1:1
2015/05/22 15:04:16 - Create POST body.0 - Found input rowset [Get CKAN API variables.0 - Create POST body.0]
2015/05/22 15:04:16 - Create POST body.0 - output rel. is  1:1
2015/05/22 15:04:16 - Create POST body.0 - Found output rowset [Create POST body.0 - Upsert records to CKAN.0]
2015/05/22 15:04:16 - Create POST body.0 - output rel. is  1:1
2015/05/22 15:04:16 - Create POST body.0 - Found output rowset [Create POST body.0 - Write to log.0]
2015/05/22 15:04:16 - Create POST body.0 - Finished dispatching
2015/05/22 15:04:16 - upsert-records-to-ckan -  Transformation has allocated a new step: [Create POST body].0
2015/05/22 15:04:16 - upsert-records-to-ckan -  Transformation is about to allocate step [Upsert records to CKAN] of type [Rest]
2015/05/22 15:04:16 - upsert-records-to-ckan -   Step has nrcopies=1
2015/05/22 15:04:16 - Upsert records to CKAN.0 - distribution activated
2015/05/22 15:04:16 - Upsert records to CKAN.0 - Starting allocation of buffers & new threads...
2015/05/22 15:04:16 - Upsert records to CKAN.0 - Step info: nrinput=1 nroutput=1
2015/05/22 15:04:16 - Upsert records to CKAN.0 - Got previous step from [Upsert records to CKAN] #0 --> Create POST body
2015/05/22 15:04:16 - Upsert records to CKAN.0 - input rel is 1:1
2015/05/22 15:04:16 - Upsert records to CKAN.0 - Found input rowset [Create POST body.0 - Upsert records to CKAN.0]
2015/05/22 15:04:16 - Upsert records to CKAN.0 - output rel. is  1:1
2015/05/22 15:04:16 - Upsert records to CKAN.0 - Found output rowset [Upsert records to CKAN.0 - Mapping output specification.0]
2015/05/22 15:04:16 - Upsert records to CKAN.0 - Finished dispatching
2015/05/22 15:04:16 - upsert-records-to-ckan -  Transformation has allocated a new step: [Upsert records to CKAN].0
2015/05/22 15:04:16 - upsert-records-to-ckan -  Transformation is about to allocate step [Get CKAN API variables] of type [GetVariable]
2015/05/22 15:04:16 - upsert-records-to-ckan -   Step has nrcopies=1
2015/05/22 15:04:16 - Get CKAN API variables.0 - distribution activated
2015/05/22 15:04:16 - Get CKAN API variables.0 - Starting allocation of buffers & new threads...
2015/05/22 15:04:16 - Get CKAN API variables.0 - Step info: nrinput=1 nroutput=1
2015/05/22 15:04:16 - Get CKAN API variables.0 - Got previous step from [Get CKAN API variables] #0 --> jsonRecords input
2015/05/22 15:04:16 - Get CKAN API variables.0 - input rel is 1:1
2015/05/22 15:04:16 - Get CKAN API variables.0 - Found input rowset [jsonRecords input.0 - Get CKAN API variables.0]
2015/05/22 15:04:16 - Get CKAN API variables.0 - output rel. is  1:1
2015/05/22 15:04:16 - Get CKAN API variables.0 - Found output rowset [Get CKAN API variables.0 - Create POST body.0]
2015/05/22 15:04:16 - Get CKAN API variables.0 - Finished dispatching
2015/05/22 15:04:16 - upsert-records-to-ckan -  Transformation has allocated a new step: [Get CKAN API variables].0
2015/05/22 15:04:16 - upsert-records-to-ckan -  Transformation is about to allocate step [jsonRecords input] of type [MappingInput]
2015/05/22 15:04:16 - upsert-records-to-ckan -   Step has nrcopies=1
2015/05/22 15:04:16 - jsonRecords input.0 - distribution de-activated
2015/05/22 15:04:16 - jsonRecords input.0 - Starting allocation of buffers & new threads...
2015/05/22 15:04:16 - jsonRecords input.0 - Step info: nrinput=0 nroutput=2
2015/05/22 15:04:16 - jsonRecords input.0 - output rel. is  1:1
2015/05/22 15:04:16 - jsonRecords input.0 - Found output rowset [jsonRecords input.0 - Get CKAN API variables.0]
2015/05/22 15:04:16 - jsonRecords input.0 - output rel. is  1:1
2015/05/22 15:04:16 - jsonRecords input.0 - Found output rowset [jsonRecords input.0 - Write to log.0]
2015/05/22 15:04:16 - jsonRecords input.0 - Finished dispatching
2015/05/22 15:04:16 - upsert-records-to-ckan -  Transformation has allocated a new step: [jsonRecords input].0
2015/05/22 15:04:16 - upsert-records-to-ckan -  Transformation is about to allocate step [Mapping output specification] of type [MappingOutput]
2015/05/22 15:04:16 - upsert-records-to-ckan -   Step has nrcopies=1
2015/05/22 15:04:16 - Mapping output specification.0 - distribution activated
2015/05/22 15:04:16 - Mapping output specification.0 - Starting allocation of buffers & new threads...
2015/05/22 15:04:16 - Mapping output specification.0 - Step info: nrinput=1 nroutput=0
2015/05/22 15:04:16 - Mapping output specification.0 - Got previous step from [Mapping output specification] #0 --> Upsert records to CKAN
2015/05/22 15:04:16 - Mapping output specification.0 - input rel is 1:1
2015/05/22 15:04:16 - Mapping output specification.0 - Found input rowset [Upsert records to CKAN.0 - Mapping output specification.0]
2015/05/22 15:04:16 - Mapping output specification.0 - Finished dispatching
2015/05/22 15:04:16 - upsert-records-to-ckan -  Transformation has allocated a new step: [Mapping output specification].0
2015/05/22 15:04:16 - upsert-records-to-ckan -  Transformation is about to allocate step [Write to log] of type [WriteToLog]
2015/05/22 15:04:16 - upsert-records-to-ckan -   Step has nrcopies=1
2015/05/22 15:04:16 - Write to log.0 - distribution activated
2015/05/22 15:04:16 - Write to log.0 - Starting allocation of buffers & new threads...
2015/05/22 15:04:16 - Write to log.0 - Step info: nrinput=2 nroutput=0
2015/05/22 15:04:16 - Write to log.0 - Got previous step from [Write to log] #0 --> Create POST body
2015/05/22 15:04:16 - Write to log.0 - input rel is 1:1
2015/05/22 15:04:16 - Write to log.0 - Found input rowset [Create POST body.0 - Write to log.0]
2015/05/22 15:04:16 - Write to log.0 - Got previous step from [Write to log] #1 --> jsonRecords input
2015/05/22 15:04:16 - Write to log.0 - input rel is 1:1
2015/05/22 15:04:16 - Write to log.0 - Found input rowset [jsonRecords input.0 - Write to log.0]
2015/05/22 15:04:16 - Write to log.0 - Finished dispatching
2015/05/22 15:04:16 - upsert-records-to-ckan -  Transformation has allocated a new step: [Write to log].0
2015/05/22 15:04:16 - upsert-records-to-ckan - This transformation can be replayed with replay date: 2015/05/22 15:04:16
2015/05/22 15:04:16 - upsert-records-to-ckan - Initialising 6 steps...
2015/05/22 15:04:16 - Create POST body.0 - Released server socket on port 0
2015/05/22 15:04:16 - jsonRecords input.0 - Released server socket on port 0
2015/05/22 15:04:16 - Mapping output specification.0 - Released server socket on port 0
2015/05/22 15:04:16 - Upsert records to CKAN.0 - Released server socket on port 0
2015/05/22 15:04:16 - Write to log.0 - Released server socket on port 0
2015/05/22 15:04:16 - Get CKAN API variables.0 - Released server socket on port 0
2015/05/22 15:04:17 - upsert-records-to-ckan - Step [Create POST body.0] initialized flawlessly.
2015/05/22 15:04:17 - upsert-records-to-ckan - Step [Upsert records to CKAN.0] initialized flawlessly.
2015/05/22 15:04:17 - upsert-records-to-ckan - Step [Get CKAN API variables.0] initialized flawlessly.
2015/05/22 15:04:17 - upsert-records-to-ckan - Step [jsonRecords input.0] initialized flawlessly.
2015/05/22 15:04:17 - upsert-records-to-ckan - Step [Mapping output specification.0] initialized flawlessly.
2015/05/22 15:04:17 - upsert-records-to-ckan - Step [Write to log.0] initialized flawlessly.
2015/05/22 15:04:17 - pg-dvdrental - Connected to database.
2015/05/22 15:04:17 - pg-dvdrental - Auto commit off
2015/05/22 15:04:17 - get_actors.0 - Connected to database...
2015/05/22 15:04:17 - prova - Step [get_actors.0] initialized flawlessly.
2015/05/22 15:04:17 - prova - Step [format records as JSON.0] initialized flawlessly.
2015/05/22 15:04:17 - prova - Step [Insert ckanResourceId.0] initialized flawlessly.
2015/05/22 15:04:17 - prova - Step [Upsert records to CKAN.0] initialized flawlessly.
2015/05/22 15:04:17 - get_actors.0 - Starting to run...
2015/05/22 15:04:17 - get_actors.0 - SQL query : SELECT * FROM actor;
2015/05/22 15:04:17 - format records as JSON.0 - Starting to run...
2015/05/22 15:04:17 - Insert ckanResourceId.0 - Starting to run...
2015/05/22 15:04:17 - prova - Transformation has allocated 4 threads and 2 rowsets.
2015/05/22 15:04:17 - Upsert records to CKAN.0 - Starting to run...
2015/05/22 15:04:17 - Create POST body.0 - Starting to run...
2015/05/22 15:04:17 - Upsert records to CKAN.0 - Starting to run...
2015/05/22 15:04:17 - Get CKAN API variables.0 - Starting to run...
2015/05/22 15:04:17 - jsonRecords input.0 - Starting to run...
2015/05/22 15:04:17 - Mapping output specification.0 - Starting to run...
2015/05/22 15:04:17 - upsert-records-to-ckan - Transformation has allocated 6 threads and 6 rowsets.
2015/05/22 15:04:17 - Write to log.0 - Starting to run...
2015/05/22 15:04:18 - get_actors.0 - Signaling 'output done' to 1 output rowsets.
2015/05/22 15:04:18 - get_actors.0 - Finished reading query, closing connection.
2015/05/22 15:04:18 - pg-dvdrental - Commit on database connection [pg-dvdrental]
2015/05/22 15:04:18 - format records as JSON.0 - Signaling 'output done' to 1 output rowsets.
2015/05/22 15:04:18 - format records as JSON.0 - Finished processing (I=0, O=1, R=200, W=1, U=0, E=0)
2015/05/22 15:04:18 - Insert ckanResourceId.0 - This script is using 0 values from the input stream(s)
2015/05/22 15:04:18 - pg-dvdrental - Connection to database closed!
2015/05/22 15:04:18 - get_actors.0 - Finished processing (I=200, O=0, R=0, W=200, U=0, E=0)
2015/05/22 15:04:18 - Insert ckanResourceId.0 - Optimization level set to 9.
2015/05/22 15:04:18 - Insert ckanResourceId.0 - No starting Script found!
2015/05/22 15:04:18 - Insert ckanResourceId.0 - No tran_Status found. Transformation status checking not available.
2015/05/22 15:04:18 - Get CKAN API variables.0 - field [ckanApiKey] has value [06373416-03f2-4591-95ac-902150ec161a]
2015/05/22 15:04:18 - Create POST body.0 - Value #4 -  [jsonRecords] is used in the script.
2015/05/22 15:04:18 - Create POST body.0 - Value #5 -  [ckanResourceId] is used in the script.
2015/05/22 15:04:18 - Create POST body.0 - This script is using 2 values from the input stream(s)
2015/05/22 15:04:18 - Create POST body.0 - Optimization level set to 9.
2015/05/22 15:04:18 - Write to log.0 - 
2015/05/22 15:04:18 - Write to log.0 - ------------> Linenr 1------------------------------
2015/05/22 15:04:18 - Write to log.0 - actor_id = null
2015/05/22 15:04:18 - Write to log.0 - first_name = null
2015/05/22 15:04:18 - Write to log.0 - last_name = null
2015/05/22 15:04:18 - Write to log.0 - last_update = null
2015/05/22 15:04:18 - Write to log.0 - jsonRecords = {"records":[{"first_name":"Penelope","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":1,"last_name":"Guiness"},{"first_name":"Nick","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":2,"last_name":"Wahlberg"},{"first_name":"Ed","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":3,"last_name":"Chase"},{"first_name":"Jennifer","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":4,"last_name":"Davis"},{"first_name":"Johnny","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":5,"last_name":"Lollobrigida"},{"first_name":"Bette","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":6,"last_name":"Nicholson"},{"first_name":"Grace","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":7,"last_name":"Mostel"},{"first_name":"Matthew","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":8,"last_name":"Johansson"},{"first_name":"Joe","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":9,"last_name":"Swank"},{"first_name":"Christian","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":10,"last_name":"Gable"},{"first_name":"Zero","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":11,"last_name":"Cage"},{"first_name":"Karl","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":12,"last_name":"Berry"},{"first_name":"Uma","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":13,"last_name":"Wood"},{"first_name":"Vivien","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":14,"last_name":"Bergen"},{"first_name":"Cuba","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":15,"last_name":"Olivier"},{"first_name":"Fred","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":16,"last_name":"Costner"},{"first_name":"Helen","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":17,"last_name":"Voight"},{"first_name":"Dan","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":18,"last_name":"Torn"},{"first_name":"Bob","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":19,"last_name":"Fawcett"},{"first_name":"Lucille","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":20,"last_name":"Tracy"},{"first_name":"Kirsten","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":21,"last_name":"Paltrow"},{"first_name":"Elvis","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":22,"last_name":"Marx"},{"first_name":"Sandra","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":23,"last_name":"Kilmer"},{"first_name":"Cameron","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":24,"last_name":"Streep"},{"first_name":"Kevin","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":25,"last_name":"Bloom"},{"first_name":"Rip","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":26,"last_name":"Crawford"},{"first_name":"Julia","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":27,"last_name":"Mcqueen"},{"first_name":"Woody","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":28,"last_name":"Hoffman"},{"first_name":"Alec","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":29,"last_name":"Wayne"},{"first_name":"Sandra","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":30,"last_name":"Peck"},{"first_name":"Sissy","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":31,"last_name":"Sobieski"},{"first_name":"Tim","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":32,"last_name":"Hackman"},{"first_name":"Milla","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":33,"last_name":"Peck"},{"first_name":"Audrey","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":34,"last_name":"Olivier"},{"first_name":"Judy","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":35,"last_name":"Dean"},{"first_name":"Burt","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":36,"last_name":"Dukakis"},{"first_name":"Val","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":37,"last_name":"Bolger"},{"first_name":"Tom","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":38,"last_name":"Mckellen"},{"first_name":"Goldie","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":39,"last_name":"Brody"},{"first_name":"Johnny","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":40,"last_name":"Cage"},{"first_name":"Jodie","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":41,"last_name":"Degeneres"},{"first_name":"Tom","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":42,"last_name":"Miranda"},{"first_name":"Kirk","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":43,"last_name":"Jovovich"},{"first_name":"Nick","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":44,"last_name":"Stallone"},{"first_name":"Reese","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":45,"last_name":"Kilmer"},{"first_name":"Parker","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":46,"last_name":"Goldberg"},{"first_name":"Julia","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":47,"last_name":"Barrymore"},{"first_name":"Frances","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":48,"last_name":"Day-Lewis"},{"first_name":"Anne","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":49,"last_name":"Cronyn"},{"first_name":"Natalie","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":50,"last_name":"Hopkins"},{"first_name":"Gary","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":51,"last_name":"Phoenix"},{"first_name":"Carmen","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":52,"last_name":"Hunt"},{"first_name":"Mena","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":53,"last_name":"Temple"},{"first_name":"Penelope","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":54,"last_name":"Pinkett"},{"first_name":"Fay","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":55,"last_name":"Kilmer"},{"first_name":"Dan","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":56,"last_name":"Harris"},{"first_name":"Jude","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":57,"last_name":"Cruise"},{"first_name":"Christian","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":58,"last_name":"Akroyd"},{"first_name":"Dustin","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":59,"last_name":"Tautou"},{"first_name":"Henry","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":60,"last_name":"Berry"},{"first_name":"Christian","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":61,"last_name":"Neeson"},{"first_name":"Jayne","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":62,"last_name":"Neeson"},{"first_name":"Cameron","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":63,"last_name":"Wray"},{"first_name":"Ray","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":64,"last_name":"Johansson"},{"first_name":"Angela","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":65,"last_name":"Hudson"},{"first_name":"Mary","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":66,"last_name":"Tandy"},{"first_name":"Jessica","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":67,"last_name":"Bailey"},{"first_name":"Rip","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":68,"last_name":"Winslet"},{"first_name":"Kenneth","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":69,"last_name":"Paltrow"},{"first_name":"Michelle","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":70,"last_name":"Mcconaughey"},{"first_name":"Adam","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":71,"last_name":"Grant"},{"first_name":"Sean","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":72,"last_name":"Williams"},{"first_name":"Gary","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":73,"last_name":"Penn"},{"first_name":"Milla","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":74,"last_name":"Keitel"},{"first_name":"Burt","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":75,"last_name":"Posey"},{"first_name":"Angelina","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":76,"last_name":"Astaire"},{"first_name":"Cary","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":77,"last_name":"Mcconaughey"},{"first_name":"Groucho","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":78,"last_name":"Sinatra"},{"first_name":"Mae","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":79,"last_name":"Hoffman"},{"first_name":"Ralph","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":80,"last_name":"Cruz"},{"first_name":"Scarlett","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":81,"last_name":"Damon"},{"first_name":"Woody","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":82,"last_name":"Jolie"},{"first_name":"Ben","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":83,"last_name":"Willis"},{"first_name":"James","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":84,"last_name":"Pitt"},{"first_name":"Minnie","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":85,"last_name":"Zellweger"},{"first_name":"River","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":143,"last_name":"Dean"},{"first_name":"Greg","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":86,"last_name":"Chaplin"},{"first_name":"Spencer","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":87,"last_name":"Peck"},{"first_name":"Kenneth","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":88,"last_name":"Pesci"},{"first_name":"Charlize","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":89,"last_name":"Dench"},{"first_name":"Sean","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":90,"last_name":"Guiness"},{"first_name":"Christopher","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":91,"last_name":"Berry"},{"first_name":"Kirsten","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":92,"last_name":"Akroyd"},{"first_name":"Ellen","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":93,"last_name":"Presley"},{"first_name":"Kenneth","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":94,"last_name":"Torn"},{"first_name":"Daryl","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":95,"last_name":"Wahlberg"},{"first_name":"Gene","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":96,"last_name":"Willis"},{"first_name":"Meg","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":97,"last_name":"Hawke"},{"first_name":"Chris","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":98,"last_name":"Bridges"},{"first_name":"Jim","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":99,"last_name":"Mostel"},{"first_name":"Spencer","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":100,"last_name":"Depp"},{"first_name":"Susan","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":101,"last_name":"Davis"},{"first_name":"Walter","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":102,"last_name":"Torn"},{"first_name":"Matthew","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":103,"last_name":"Leigh"},{"first_name":"Penelope","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":104,"last_name":"Cronyn"},{"first_name":"Sidney","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":105,"last_name":"Crowe"},{"first_name":"Groucho","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":106,"last_name":"Dunst"},{"first_name":"Gina","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":107,"last_name":"Degeneres"},{"first_name":"Warren","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":108,"last_name":"Nolte"},{"first_name":"Sylvester","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":109,"last_name":"Dern"},{"first_name":"Susan","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":110,"last_name":"Davis"},{"first_name":"Cameron","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":111,"last_name":"Zellweger"},{"first_name":"Russell","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":112,"last_name":"Bacall"},{"first_name":"Morgan","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":113,"last_name":"Hopkins"},{"first_name":"Morgan","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":114,"last_name":"Mcdormand"},{"first_name":"Harrison","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":115,"last_name":"Bale"},{"first_name":"Dan","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":116,"last_name":"Streep"},{"first_name":"Renee","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":117,"last_name":"Tracy"},{"first_name":"Cuba","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":118,"last_name":"Allen"},{"first_name":"Warren","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":119,"last_name":"Jackman"},{"first_name":"Penelope","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":120,"last_name":"Monroe"},{"first_name":"Liza","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":121,"last_name":"Bergman"},{"first_name":"Salma","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":122,"last_name":"Nolte"},{"first_name":"Julianne","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":123,"last_name":"Dench"},{"first_name":"Scarlett","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":124,"last_name":"Bening"},{"first_name":"Albert","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":125,"last_name":"Nolte"},{"first_name":"Frances","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":126,"last_name":"Tomei"},{"first_name":"Kevin","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":127,"last_name":"Garland"},{"first_name":"Cate","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":128,"last_name":"Mcqueen"},{"first_name":"Daryl","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":129,"last_name":"Crawford"},{"first_name":"Greta","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":130,"last_name":"Keitel"},{"first_name":"Jane","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":131,"last_name":"Jackman"},{"first_name":"Adam","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":132,"last_name":"Hopper"},{"first_name":"Richard","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":133,"last_name":"Penn"},{"first_name":"Gene","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":134,"last_name":"Hopkins"},{"first_name":"Rita","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":135,"last_name":"Reynolds"},{"first_name":"Ed","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":136,"last_name":"Mansfield"},{"first_name":"Morgan","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":137,"last_name":"Williams"},{"first_name":"Lucille","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":138,"last_name":"Dee"},{"first_name":"Ewan","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":139,"last_name":"Gooding"},{"first_name":"Whoopi","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":140,"last_name":"Hurt"},{"first_name":"Cate","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":141,"last_name":"Harris"},{"first_name":"Jada","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":142,"last_name":"Ryder"},{"first_name":"Angela","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":144,"last_name":"Witherspoon"},{"first_name":"Kim","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":145,"last_name":"Allen"},{"first_name":"Albert","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":146,"last_name":"Johansson"},{"first_name":"Fay","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":147,"last_name":"Winslet"},{"first_name":"Emily","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":148,"last_name":"Dee"},{"first_name":"Russell","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":149,"last_name":"Temple"},{"first_name":"Jayne","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":150,"last_name":"Nolte"},{"first_name":"Geoffrey","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":151,"last_name":"Heston"},{"first_name":"Ben","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":152,"last_name":"Harris"},{"first_name":"Minnie","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":153,"last_name":"Kilmer"},{"first_name":"Meryl","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":154,"last_name":"Gibson"},{"first_name":"Ian","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":155,"last_name":"Tandy"},{"first_name":"Fay","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":156,"last_name":"Wood"},{"first_name":"Greta","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":157,"last_name":"Malden"},{"first_name":"Vivien","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":158,"last_name":"Basinger"},{"first_name":"Laura","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":159,"last_name":"Brody"},{"first_name":"Chris","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":160,"last_name":"Depp"},{"first_name":"Harvey","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":161,"last_name":"Hope"},{"first_name":"Oprah","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":162,"last_name":"Kilmer"},{"first_name":"Christopher","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":163,"last_name":"West"},{"first_name":"Humphrey","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":164,"last_name":"Willis"},{"first_name":"Al","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":165,"last_name":"Garland"},{"first_name":"Nick","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":166,"last_name":"Degeneres"},{"first_name":"Laurence","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":167,"last_name":"Bullock"},{"first_name":"Will","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":168,"last_name":"Wilson"},{"first_name":"Kenneth","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":169,"last_name":"Hoffman"},{"first_name":"Mena","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":170,"last_name":"Hopper"},{"first_name":"Olympia","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":171,"last_name":"Pfeiffer"},{"first_name":"Groucho","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":172,"last_name":"Williams"},{"first_name":"Alan","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":173,"last_name":"Dreyfuss"},{"first_name":"Michael","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":174,"last_name":"Bening"},{"first_name":"William","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":175,"last_name":"Hackman"},{"first_name":"Jon","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":176,"last_name":"Chase"},{"first_name":"Gene","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":177,"last_name":"Mckellen"},{"first_name":"Lisa","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":178,"last_name":"Monroe"},{"first_name":"Ed","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":179,"last_name":"Guiness"},{"first_name":"Jeff","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":180,"last_name":"Silverstone"},{"first_name":"Matthew","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":181,"last_name":"Carrey"},{"first_name":"Debbie","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":182,"last_name":"Akroyd"},{"first_name":"Russell","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":183,"last_name":"Close"},{"first_name":"Humphrey","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":184,"last_name":"Garland"},{"first_name":"Michael","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":185,"last_name":"Bolger"},{"first_name":"Julia","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":186,"last_name":"Zellweger"},{"first_name":"Renee","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":187,"last_name":"Ball"},{"first_name":"Rock","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":188,"last_name":"Dukakis"},{"first_name":"Cuba","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":189,"last_name":"Birch"},{"first_name":"Audrey","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":190,"last_name":"Bailey"},{"first_name":"Gregory","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":191,"last_name":"Gooding"},{"first_name":"John","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":192,"last_name":"Suvari"},{"first_name":"Burt","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":193,"last_name":"Temple"},{"first_name":"Meryl","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":194,"last_name":"Allen"},{"first_name":"Jayne","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":195,"last_name":"Silverstone"},{"first_name":"Bela","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":196,"last_name":"Walken"},{"first_name":"Reese","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":197,"last_name":"West"},{"first_name":"Mary","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":198,"last_name":"Keitel"},{"first_name":"Julia","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":199,"last_name":"Fawcett"},{"first_name":"Thora","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":200,"last_name":"Temple"}]}
2015/05/22 15:04:18 - Write to log.0 - ckanResourceId = b5d33148-0191-4d3e-b690-80573d1c9e7c
2015/05/22 15:04:18 - Write to log.0 - 
2015/05/22 15:04:18 - Write to log.0 - ====================
2015/05/22 15:04:18 - Insert ckanResourceId.0 - No end Script found!
2015/05/22 15:04:18 - Insert ckanResourceId.0 - Signaling 'output done' to 1 output rowsets.
2015/05/22 15:04:18 - Insert ckanResourceId.0 - Finished processing (I=0, O=0, R=1, W=1, U=0, E=0)
2015/05/22 15:04:18 - Create POST body.0 - No starting Script found!
2015/05/22 15:04:18 - jsonRecords input.0 - Signaling 'output done' to 2 output rowsets.
2015/05/22 15:04:18 - jsonRecords input.0 - Finished processing (I=0, O=0, R=1, W=2, U=0, E=0)
2015/05/22 15:04:18 - Create POST body.0 - No tran_Status found. Transformation status checking not available.
2015/05/22 15:04:18 - Upsert records to CKAN.0 - Connecting to [http://demo.ckan.org/api/3/action/datastore_upsert] ...
2015/05/22 15:04:18 - Get CKAN API variables.0 - Signaling 'output done' to 1 output rowsets.
2015/05/22 15:04:18 - Get CKAN API variables.0 - Finished processing (I=0, O=0, R=1, W=1, U=0, E=0)
2015/05/22 15:04:18 - Write to log.0 - 
2015/05/22 15:04:18 - Write to log.0 - ------------> Linenr 2------------------------------
2015/05/22 15:04:18 - Write to log.0 - actor_id = null
2015/05/22 15:04:18 - Write to log.0 - first_name = null
2015/05/22 15:04:18 - Write to log.0 - last_name = null
2015/05/22 15:04:18 - Write to log.0 - last_update = null
2015/05/22 15:04:18 - Write to log.0 - jsonRecords = {"records":[{"first_name":"Penelope","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":1,"last_name":"Guiness"},{"first_name":"Nick","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":2,"last_name":"Wahlberg"},{"first_name":"Ed","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":3,"last_name":"Chase"},{"first_name":"Jennifer","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":4,"last_name":"Davis"},{"first_name":"Johnny","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":5,"last_name":"Lollobrigida"},{"first_name":"Bette","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":6,"last_name":"Nicholson"},{"first_name":"Grace","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":7,"last_name":"Mostel"},{"first_name":"Matthew","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":8,"last_name":"Johansson"},{"first_name":"Joe","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":9,"last_name":"Swank"},{"first_name":"Christian","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":10,"last_name":"Gable"},{"first_name":"Zero","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":11,"last_name":"Cage"},{"first_name":"Karl","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":12,"last_name":"Berry"},{"first_name":"Uma","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":13,"last_name":"Wood"},{"first_name":"Vivien","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":14,"last_name":"Bergen"},{"first_name":"Cuba","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":15,"last_name":"Olivier"},{"first_name":"Fred","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":16,"last_name":"Costner"},{"first_name":"Helen","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":17,"last_name":"Voight"},{"first_name":"Dan","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":18,"last_name":"Torn"},{"first_name":"Bob","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":19,"last_name":"Fawcett"},{"first_name":"Lucille","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":20,"last_name":"Tracy"},{"first_name":"Kirsten","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":21,"last_name":"Paltrow"},{"first_name":"Elvis","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":22,"last_name":"Marx"},{"first_name":"Sandra","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":23,"last_name":"Kilmer"},{"first_name":"Cameron","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":24,"last_name":"Streep"},{"first_name":"Kevin","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":25,"last_name":"Bloom"},{"first_name":"Rip","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":26,"last_name":"Crawford"},{"first_name":"Julia","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":27,"last_name":"Mcqueen"},{"first_name":"Woody","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":28,"last_name":"Hoffman"},{"first_name":"Alec","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":29,"last_name":"Wayne"},{"first_name":"Sandra","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":30,"last_name":"Peck"},{"first_name":"Sissy","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":31,"last_name":"Sobieski"},{"first_name":"Tim","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":32,"last_name":"Hackman"},{"first_name":"Milla","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":33,"last_name":"Peck"},{"first_name":"Audrey","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":34,"last_name":"Olivier"},{"first_name":"Judy","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":35,"last_name":"Dean"},{"first_name":"Burt","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":36,"last_name":"Dukakis"},{"first_name":"Val","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":37,"last_name":"Bolger"},{"first_name":"Tom","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":38,"last_name":"Mckellen"},{"first_name":"Goldie","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":39,"last_name":"Brody"},{"first_name":"Johnny","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":40,"last_name":"Cage"},{"first_name":"Jodie","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":41,"last_name":"Degeneres"},{"first_name":"Tom","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":42,"last_name":"Miranda"},{"first_name":"Kirk","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":43,"last_name":"Jovovich"},{"first_name":"Nick","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":44,"last_name":"Stallone"},{"first_name":"Reese","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":45,"last_name":"Kilmer"},{"first_name":"Parker","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":46,"last_name":"Goldberg"},{"first_name":"Julia","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":47,"last_name":"Barrymore"},{"first_name":"Frances","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":48,"last_name":"Day-Lewis"},{"first_name":"Anne","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":49,"last_name":"Cronyn"},{"first_name":"Natalie","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":50,"last_name":"Hopkins"},{"first_name":"Gary","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":51,"last_name":"Phoenix"},{"first_name":"Carmen","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":52,"last_name":"Hunt"},{"first_name":"Mena","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":53,"last_name":"Temple"},{"first_name":"Penelope","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":54,"last_name":"Pinkett"},{"first_name":"Fay","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":55,"last_name":"Kilmer"},{"first_name":"Dan","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":56,"last_name":"Harris"},{"first_name":"Jude","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":57,"last_name":"Cruise"},{"first_name":"Christian","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":58,"last_name":"Akroyd"},{"first_name":"Dustin","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":59,"last_name":"Tautou"},{"first_name":"Henry","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":60,"last_name":"Berry"},{"first_name":"Christian","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":61,"last_name":"Neeson"},{"first_name":"Jayne","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":62,"last_name":"Neeson"},{"first_name":"Cameron","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":63,"last_name":"Wray"},{"first_name":"Ray","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":64,"last_name":"Johansson"},{"first_name":"Angela","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":65,"last_name":"Hudson"},{"first_name":"Mary","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":66,"last_name":"Tandy"},{"first_name":"Jessica","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":67,"last_name":"Bailey"},{"first_name":"Rip","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":68,"last_name":"Winslet"},{"first_name":"Kenneth","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":69,"last_name":"Paltrow"},{"first_name":"Michelle","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":70,"last_name":"Mcconaughey"},{"first_name":"Adam","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":71,"last_name":"Grant"},{"first_name":"Sean","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":72,"last_name":"Williams"},{"first_name":"Gary","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":73,"last_name":"Penn"},{"first_name":"Milla","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":74,"last_name":"Keitel"},{"first_name":"Burt","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":75,"last_name":"Posey"},{"first_name":"Angelina","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":76,"last_name":"Astaire"},{"first_name":"Cary","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":77,"last_name":"Mcconaughey"},{"first_name":"Groucho","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":78,"last_name":"Sinatra"},{"first_name":"Mae","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":79,"last_name":"Hoffman"},{"first_name":"Ralph","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":80,"last_name":"Cruz"},{"first_name":"Scarlett","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":81,"last_name":"Damon"},{"first_name":"Woody","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":82,"last_name":"Jolie"},{"first_name":"Ben","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":83,"last_name":"Willis"},{"first_name":"James","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":84,"last_name":"Pitt"},{"first_name":"Minnie","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":85,"last_name":"Zellweger"},{"first_name":"River","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":143,"last_name":"Dean"},{"first_name":"Greg","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":86,"last_name":"Chaplin"},{"first_name":"Spencer","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":87,"last_name":"Peck"},{"first_name":"Kenneth","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":88,"last_name":"Pesci"},{"first_name":"Charlize","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":89,"last_name":"Dench"},{"first_name":"Sean","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":90,"last_name":"Guiness"},{"first_name":"Christopher","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":91,"last_name":"Berry"},{"first_name":"Kirsten","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":92,"last_name":"Akroyd"},{"first_name":"Ellen","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":93,"last_name":"Presley"},{"first_name":"Kenneth","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":94,"last_name":"Torn"},{"first_name":"Daryl","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":95,"last_name":"Wahlberg"},{"first_name":"Gene","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":96,"last_name":"Willis"},{"first_name":"Meg","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":97,"last_name":"Hawke"},{"first_name":"Chris","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":98,"last_name":"Bridges"},{"first_name":"Jim","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":99,"last_name":"Mostel"},{"first_name":"Spencer","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":100,"last_name":"Depp"},{"first_name":"Susan","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":101,"last_name":"Davis"},{"first_name":"Walter","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":102,"last_name":"Torn"},{"first_name":"Matthew","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":103,"last_name":"Leigh"},{"first_name":"Penelope","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":104,"last_name":"Cronyn"},{"first_name":"Sidney","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":105,"last_name":"Crowe"},{"first_name":"Groucho","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":106,"last_name":"Dunst"},{"first_name":"Gina","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":107,"last_name":"Degeneres"},{"first_name":"Warren","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":108,"last_name":"Nolte"},{"first_name":"Sylvester","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":109,"last_name":"Dern"},{"first_name":"Susan","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":110,"last_name":"Davis"},{"first_name":"Cameron","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":111,"last_name":"Zellweger"},{"first_name":"Russell","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":112,"last_name":"Bacall"},{"first_name":"Morgan","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":113,"last_name":"Hopkins"},{"first_name":"Morgan","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":114,"last_name":"Mcdormand"},{"first_name":"Harrison","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":115,"last_name":"Bale"},{"first_name":"Dan","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":116,"last_name":"Streep"},{"first_name":"Renee","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":117,"last_name":"Tracy"},{"first_name":"Cuba","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":118,"last_name":"Allen"},{"first_name":"Warren","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":119,"last_name":"Jackman"},{"first_name":"Penelope","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":120,"last_name":"Monroe"},{"first_name":"Liza","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":121,"last_name":"Bergman"},{"first_name":"Salma","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":122,"last_name":"Nolte"},{"first_name":"Julianne","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":123,"last_name":"Dench"},{"first_name":"Scarlett","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":124,"last_name":"Bening"},{"first_name":"Albert","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":125,"last_name":"Nolte"},{"first_name":"Frances","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":126,"last_name":"Tomei"},{"first_name":"Kevin","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":127,"last_name":"Garland"},{"first_name":"Cate","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":128,"last_name":"Mcqueen"},{"first_name":"Daryl","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":129,"last_name":"Crawford"},{"first_name":"Greta","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":130,"last_name":"Keitel"},{"first_name":"Jane","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":131,"last_name":"Jackman"},{"first_name":"Adam","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":132,"last_name":"Hopper"},{"first_name":"Richard","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":133,"last_name":"Penn"},{"first_name":"Gene","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":134,"last_name":"Hopkins"},{"first_name":"Rita","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":135,"last_name":"Reynolds"},{"first_name":"Ed","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":136,"last_name":"Mansfield"},{"first_name":"Morgan","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":137,"last_name":"Williams"},{"first_name":"Lucille","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":138,"last_name":"Dee"},{"first_name":"Ewan","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":139,"last_name":"Gooding"},{"first_name":"Whoopi","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":140,"last_name":"Hurt"},{"first_name":"Cate","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":141,"last_name":"Harris"},{"first_name":"Jada","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":142,"last_name":"Ryder"},{"first_name":"Angela","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":144,"last_name":"Witherspoon"},{"first_name":"Kim","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":145,"last_name":"Allen"},{"first_name":"Albert","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":146,"last_name":"Johansson"},{"first_name":"Fay","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":147,"last_name":"Winslet"},{"first_name":"Emily","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":148,"last_name":"Dee"},{"first_name":"Russell","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":149,"last_name":"Temple"},{"first_name":"Jayne","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":150,"last_name":"Nolte"},{"first_name":"Geoffrey","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":151,"last_name":"Heston"},{"first_name":"Ben","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":152,"last_name":"Harris"},{"first_name":"Minnie","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":153,"last_name":"Kilmer"},{"first_name":"Meryl","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":154,"last_name":"Gibson"},{"first_name":"Ian","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":155,"last_name":"Tandy"},{"first_name":"Fay","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":156,"last_name":"Wood"},{"first_name":"Greta","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":157,"last_name":"Malden"},{"first_name":"Vivien","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":158,"last_name":"Basinger"},{"first_name":"Laura","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":159,"last_name":"Brody"},{"first_name":"Chris","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":160,"last_name":"Depp"},{"first_name":"Harvey","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":161,"last_name":"Hope"},{"first_name":"Oprah","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":162,"last_name":"Kilmer"},{"first_name":"Christopher","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":163,"last_name":"West"},{"first_name":"Humphrey","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":164,"last_name":"Willis"},{"first_name":"Al","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":165,"last_name":"Garland"},{"first_name":"Nick","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":166,"last_name":"Degeneres"},{"first_name":"Laurence","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":167,"last_name":"Bullock"},{"first_name":"Will","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":168,"last_name":"Wilson"},{"first_name":"Kenneth","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":169,"last_name":"Hoffman"},{"first_name":"Mena","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":170,"last_name":"Hopper"},{"first_name":"Olympia","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":171,"last_name":"Pfeiffer"},{"first_name":"Groucho","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":172,"last_name":"Williams"},{"first_name":"Alan","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":173,"last_name":"Dreyfuss"},{"first_name":"Michael","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":174,"last_name":"Bening"},{"first_name":"William","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":175,"last_name":"Hackman"},{"first_name":"Jon","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":176,"last_name":"Chase"},{"first_name":"Gene","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":177,"last_name":"Mckellen"},{"first_name":"Lisa","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":178,"last_name":"Monroe"},{"first_name":"Ed","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":179,"last_name":"Guiness"},{"first_name":"Jeff","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":180,"last_name":"Silverstone"},{"first_name":"Matthew","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":181,"last_name":"Carrey"},{"first_name":"Debbie","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":182,"last_name":"Akroyd"},{"first_name":"Russell","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":183,"last_name":"Close"},{"first_name":"Humphrey","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":184,"last_name":"Garland"},{"first_name":"Michael","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":185,"last_name":"Bolger"},{"first_name":"Julia","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":186,"last_name":"Zellweger"},{"first_name":"Renee","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":187,"last_name":"Ball"},{"first_name":"Rock","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":188,"last_name":"Dukakis"},{"first_name":"Cuba","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":189,"last_name":"Birch"},{"first_name":"Audrey","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":190,"last_name":"Bailey"},{"first_name":"Gregory","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":191,"last_name":"Gooding"},{"first_name":"John","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":192,"last_name":"Suvari"},{"first_name":"Burt","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":193,"last_name":"Temple"},{"first_name":"Meryl","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":194,"last_name":"Allen"},{"first_name":"Jayne","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":195,"last_name":"Silverstone"},{"first_name":"Bela","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":196,"last_name":"Walken"},{"first_name":"Reese","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":197,"last_name":"West"},{"first_name":"Mary","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":198,"last_name":"Keitel"},{"first_name":"Julia","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":199,"last_name":"Fawcett"},{"first_name":"Thora","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":200,"last_name":"Temple"}]}
2015/05/22 15:04:18 - Write to log.0 - ckanResourceId = b5d33148-0191-4d3e-b690-80573d1c9e7c
2015/05/22 15:04:18 - Write to log.0 - 
2015/05/22 15:04:18 - Write to log.0 - ====================
2015/05/22 15:04:18 - Create POST body.0 - No end Script found!
2015/05/22 15:04:18 - Create POST body.0 - Signaling 'output done' to 2 output rowsets.
2015/05/22 15:04:18 - Create POST body.0 - Finished processing (I=0, O=0, R=1, W=2, U=0, E=0)
2015/05/22 15:04:18 - Write to log.0 - Signaling 'output done' to 0 output rowsets.
2015/05/22 15:04:18 - Write to log.0 - Finished processing (I=0, O=0, R=2, W=2, U=0, E=0)
2015/05/22 15:04:19 - Upsert records to CKAN.0 - Header parameter [Authorization]='06373416-03f2-4591-95ac-902150ec161a'
2015/05/22 15:04:19 - Upsert records to CKAN.0 - Header parameter [X-CKAN-API-Key]='06373416-03f2-4591-95ac-902150ec161a'
2015/05/22 15:04:19 - Upsert records to CKAN.0 - Adding HTTP body value [{"records":[{"first_name":"Penelope","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":1,"last_name":"Guiness"},{"first_name":"Nick","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":2,"last_name":"Wahlberg"},{"first_name":"Ed","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":3,"last_name":"Chase"},{"first_name":"Jennifer","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":4,"last_name":"Davis"},{"first_name":"Johnny","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":5,"last_name":"Lollobrigida"},{"first_name":"Bette","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":6,"last_name":"Nicholson"},{"first_name":"Grace","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":7,"last_name":"Mostel"},{"first_name":"Matthew","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":8,"last_name":"Johansson"},{"first_name":"Joe","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":9,"last_name":"Swank"},{"first_name":"Christian","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":10,"last_name":"Gable"},{"first_name":"Zero","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":11,"last_name":"Cage"},{"first_name":"Karl","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":12,"last_name":"Berry"},{"first_name":"Uma","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":13,"last_name":"Wood"},{"first_name":"Vivien","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":14,"last_name":"Bergen"},{"first_name":"Cuba","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":15,"last_name":"Olivier"},{"first_name":"Fred","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":16,"last_name":"Costner"},{"first_name":"Helen","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":17,"last_name":"Voight"},{"first_name":"Dan","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":18,"last_name":"Torn"},{"first_name":"Bob","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":19,"last_name":"Fawcett"},{"first_name":"Lucille","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":20,"last_name":"Tracy"},{"first_name":"Kirsten","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":21,"last_name":"Paltrow"},{"first_name":"Elvis","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":22,"last_name":"Marx"},{"first_name":"Sandra","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":23,"last_name":"Kilmer"},{"first_name":"Cameron","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":24,"last_name":"Streep"},{"first_name":"Kevin","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":25,"last_name":"Bloom"},{"first_name":"Rip","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":26,"last_name":"Crawford"},{"first_name":"Julia","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":27,"last_name":"Mcqueen"},{"first_name":"Woody","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":28,"last_name":"Hoffman"},{"first_name":"Alec","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":29,"last_name":"Wayne"},{"first_name":"Sandra","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":30,"last_name":"Peck"},{"first_name":"Sissy","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":31,"last_name":"Sobieski"},{"first_name":"Tim","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":32,"last_name":"Hackman"},{"first_name":"Milla","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":33,"last_name":"Peck"},{"first_name":"Audrey","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":34,"last_name":"Olivier"},{"first_name":"Judy","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":35,"last_name":"Dean"},{"first_name":"Burt","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":36,"last_name":"Dukakis"},{"first_name":"Val","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":37,"last_name":"Bolger"},{"first_name":"Tom","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":38,"last_name":"Mckellen"},{"first_name":"Goldie","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":39,"last_name":"Brody"},{"first_name":"Johnny","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":40,"last_name":"Cage"},{"first_name":"Jodie","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":41,"last_name":"Degeneres"},{"first_name":"Tom","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":42,"last_name":"Miranda"},{"first_name":"Kirk","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":43,"last_name":"Jovovich"},{"first_name":"Nick","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":44,"last_name":"Stallone"},{"first_name":"Reese","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":45,"last_name":"Kilmer"},{"first_name":"Parker","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":46,"last_name":"Goldberg"},{"first_name":"Julia","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":47,"last_name":"Barrymore"},{"first_name":"Frances","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":48,"last_name":"Day-Lewis"},{"first_name":"Anne","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":49,"last_name":"Cronyn"},{"first_name":"Natalie","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":50,"last_name":"Hopkins"},{"first_name":"Gary","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":51,"last_name":"Phoenix"},{"first_name":"Carmen","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":52,"last_name":"Hunt"},{"first_name":"Mena","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":53,"last_name":"Temple"},{"first_name":"Penelope","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":54,"last_name":"Pinkett"},{"first_name":"Fay","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":55,"last_name":"Kilmer"},{"first_name":"Dan","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":56,"last_name":"Harris"},{"first_name":"Jude","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":57,"last_name":"Cruise"},{"first_name":"Christian","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":58,"last_name":"Akroyd"},{"first_name":"Dustin","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":59,"last_name":"Tautou"},{"first_name":"Henry","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":60,"last_name":"Berry"},{"first_name":"Christian","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":61,"last_name":"Neeson"},{"first_name":"Jayne","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":62,"last_name":"Neeson"},{"first_name":"Cameron","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":63,"last_name":"Wray"},{"first_name":"Ray","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":64,"last_name":"Johansson"},{"first_name":"Angela","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":65,"last_name":"Hudson"},{"first_name":"Mary","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":66,"last_name":"Tandy"},{"first_name":"Jessica","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":67,"last_name":"Bailey"},{"first_name":"Rip","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":68,"last_name":"Winslet"},{"first_name":"Kenneth","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":69,"last_name":"Paltrow"},{"first_name":"Michelle","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":70,"last_name":"Mcconaughey"},{"first_name":"Adam","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":71,"last_name":"Grant"},{"first_name":"Sean","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":72,"last_name":"Williams"},{"first_name":"Gary","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":73,"last_name":"Penn"},{"first_name":"Milla","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":74,"last_name":"Keitel"},{"first_name":"Burt","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":75,"last_name":"Posey"},{"first_name":"Angelina","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":76,"last_name":"Astaire"},{"first_name":"Cary","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":77,"last_name":"Mcconaughey"},{"first_name":"Groucho","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":78,"last_name":"Sinatra"},{"first_name":"Mae","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":79,"last_name":"Hoffman"},{"first_name":"Ralph","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":80,"last_name":"Cruz"},{"first_name":"Scarlett","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":81,"last_name":"Damon"},{"first_name":"Woody","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":82,"last_name":"Jolie"},{"first_name":"Ben","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":83,"last_name":"Willis"},{"first_name":"James","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":84,"last_name":"Pitt"},{"first_name":"Minnie","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":85,"last_name":"Zellweger"},{"first_name":"River","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":143,"last_name":"Dean"},{"first_name":"Greg","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":86,"last_name":"Chaplin"},{"first_name":"Spencer","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":87,"last_name":"Peck"},{"first_name":"Kenneth","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":88,"last_name":"Pesci"},{"first_name":"Charlize","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":89,"last_name":"Dench"},{"first_name":"Sean","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":90,"last_name":"Guiness"},{"first_name":"Christopher","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":91,"last_name":"Berry"},{"first_name":"Kirsten","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":92,"last_name":"Akroyd"},{"first_name":"Ellen","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":93,"last_name":"Presley"},{"first_name":"Kenneth","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":94,"last_name":"Torn"},{"first_name":"Daryl","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":95,"last_name":"Wahlberg"},{"first_name":"Gene","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":96,"last_name":"Willis"},{"first_name":"Meg","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":97,"last_name":"Hawke"},{"first_name":"Chris","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":98,"last_name":"Bridges"},{"first_name":"Jim","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":99,"last_name":"Mostel"},{"first_name":"Spencer","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":100,"last_name":"Depp"},{"first_name":"Susan","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":101,"last_name":"Davis"},{"first_name":"Walter","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":102,"last_name":"Torn"},{"first_name":"Matthew","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":103,"last_name":"Leigh"},{"first_name":"Penelope","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":104,"last_name":"Cronyn"},{"first_name":"Sidney","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":105,"last_name":"Crowe"},{"first_name":"Groucho","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":106,"last_name":"Dunst"},{"first_name":"Gina","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":107,"last_name":"Degeneres"},{"first_name":"Warren","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":108,"last_name":"Nolte"},{"first_name":"Sylvester","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":109,"last_name":"Dern"},{"first_name":"Susan","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":110,"last_name":"Davis"},{"first_name":"Cameron","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":111,"last_name":"Zellweger"},{"first_name":"Russell","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":112,"last_name":"Bacall"},{"first_name":"Morgan","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":113,"last_name":"Hopkins"},{"first_name":"Morgan","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":114,"last_name":"Mcdormand"},{"first_name":"Harrison","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":115,"last_name":"Bale"},{"first_name":"Dan","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":116,"last_name":"Streep"},{"first_name":"Renee","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":117,"last_name":"Tracy"},{"first_name":"Cuba","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":118,"last_name":"Allen"},{"first_name":"Warren","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":119,"last_name":"Jackman"},{"first_name":"Penelope","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":120,"last_name":"Monroe"},{"first_name":"Liza","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":121,"last_name":"Bergman"},{"first_name":"Salma","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":122,"last_name":"Nolte"},{"first_name":"Julianne","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":123,"last_name":"Dench"},{"first_name":"Scarlett","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":124,"last_name":"Bening"},{"first_name":"Albert","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":125,"last_name":"Nolte"},{"first_name":"Frances","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":126,"last_name":"Tomei"},{"first_name":"Kevin","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":127,"last_name":"Garland"},{"first_name":"Cate","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":128,"last_name":"Mcqueen"},{"first_name":"Daryl","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":129,"last_name":"Crawford"},{"first_name":"Greta","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":130,"last_name":"Keitel"},{"first_name":"Jane","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":131,"last_name":"Jackman"},{"first_name":"Adam","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":132,"last_name":"Hopper"},{"first_name":"Richard","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":133,"last_name":"Penn"},{"first_name":"Gene","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":134,"last_name":"Hopkins"},{"first_name":"Rita","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":135,"last_name":"Reynolds"},{"first_name":"Ed","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":136,"last_name":"Mansfield"},{"first_name":"Morgan","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":137,"last_name":"Williams"},{"first_name":"Lucille","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":138,"last_name":"Dee"},{"first_name":"Ewan","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":139,"last_name":"Gooding"},{"first_name":"Whoopi","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":140,"last_name":"Hurt"},{"first_name":"Cate","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":141,"last_name":"Harris"},{"first_name":"Jada","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":142,"last_name":"Ryder"},{"first_name":"Angela","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":144,"last_name":"Witherspoon"},{"first_name":"Kim","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":145,"last_name":"Allen"},{"first_name":"Albert","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":146,"last_name":"Johansson"},{"first_name":"Fay","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":147,"last_name":"Winslet"},{"first_name":"Emily","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":148,"last_name":"Dee"},{"first_name":"Russell","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":149,"last_name":"Temple"},{"first_name":"Jayne","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":150,"last_name":"Nolte"},{"first_name":"Geoffrey","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":151,"last_name":"Heston"},{"first_name":"Ben","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":152,"last_name":"Harris"},{"first_name":"Minnie","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":153,"last_name":"Kilmer"},{"first_name":"Meryl","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":154,"last_name":"Gibson"},{"first_name":"Ian","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":155,"last_name":"Tandy"},{"first_name":"Fay","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":156,"last_name":"Wood"},{"first_name":"Greta","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":157,"last_name":"Malden"},{"first_name":"Vivien","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":158,"last_name":"Basinger"},{"first_name":"Laura","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":159,"last_name":"Brody"},{"first_name":"Chris","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":160,"last_name":"Depp"},{"first_name":"Harvey","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":161,"last_name":"Hope"},{"first_name":"Oprah","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":162,"last_name":"Kilmer"},{"first_name":"Christopher","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":163,"last_name":"West"},{"first_name":"Humphrey","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":164,"last_name":"Willis"},{"first_name":"Al","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":165,"last_name":"Garland"},{"first_name":"Nick","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":166,"last_name":"Degeneres"},{"first_name":"Laurence","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":167,"last_name":"Bullock"},{"first_name":"Will","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":168,"last_name":"Wilson"},{"first_name":"Kenneth","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":169,"last_name":"Hoffman"},{"first_name":"Mena","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":170,"last_name":"Hopper"},{"first_name":"Olympia","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":171,"last_name":"Pfeiffer"},{"first_name":"Groucho","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":172,"last_name":"Williams"},{"first_name":"Alan","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":173,"last_name":"Dreyfuss"},{"first_name":"Michael","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":174,"last_name":"Bening"},{"first_name":"William","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":175,"last_name":"Hackman"},{"first_name":"Jon","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":176,"last_name":"Chase"},{"first_name":"Gene","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":177,"last_name":"Mckellen"},{"first_name":"Lisa","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":178,"last_name":"Monroe"},{"first_name":"Ed","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":179,"last_name":"Guiness"},{"first_name":"Jeff","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":180,"last_name":"Silverstone"},{"first_name":"Matthew","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":181,"last_name":"Carrey"},{"first_name":"Debbie","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":182,"last_name":"Akroyd"},{"first_name":"Russell","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":183,"last_name":"Close"},{"first_name":"Humphrey","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":184,"last_name":"Garland"},{"first_name":"Michael","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":185,"last_name":"Bolger"},{"first_name":"Julia","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":186,"last_name":"Zellweger"},{"first_name":"Renee","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":187,"last_name":"Ball"},{"first_name":"Rock","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":188,"last_name":"Dukakis"},{"first_name":"Cuba","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":189,"last_name":"Birch"},{"first_name":"Audrey","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":190,"last_name":"Bailey"},{"first_name":"Gregory","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":191,"last_name":"Gooding"},{"first_name":"John","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":192,"last_name":"Suvari"},{"first_name":"Burt","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":193,"last_name":"Temple"},{"first_name":"Meryl","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":194,"last_name":"Allen"},{"first_name":"Jayne","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":195,"last_name":"Silverstone"},{"first_name":"Bela","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":196,"last_name":"Walken"},{"first_name":"Reese","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":197,"last_name":"West"},{"first_name":"Mary","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":198,"last_name":"Keitel"},{"first_name":"Julia","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":199,"last_name":"Fawcett"},{"first_name":"Thora","last_update":"2013\/05\/26 14:47:57.620000000","actor_id":200,"last_name":"Temple"}],"resource_id":"b5d33148-0191-4d3e-b690-80573d1c9e7c","force":"true"}]
2015/05/22 15:04:20 - Upsert records to CKAN.0 - Response time (milliseconds): [575] for [http://demo.ckan.org/api/3/action/datastore_upsert]
2015/05/22 15:04:20 - Upsert records to CKAN.0 - The response code is 404
2015/05/22 15:04:20 - Upsert records to CKAN.0 - Signaling 'output done' to 1 output rowsets.
2015/05/22 15:04:20 - Upsert records to CKAN.0 - Finished processing (I=0, O=0, R=1, W=1, U=0, E=0)
2015/05/22 15:04:20 - Mapping output specification.0 - Signaling 'output done' to 0 output rowsets.
2015/05/22 15:04:20 - Mapping output specification.0 - Finished processing (I=0, O=0, R=1, W=1, U=0, E=0)
2015/05/22 15:04:20 - Upsert records to CKAN.0 - Finished processing (I=0, O=0, R=1, W=1, U=0, E=0)
2015/05/22 15:04:20 - Spoon - The transformation has finished!!
eeeschwartz commented 9 years ago

@bluesurfer could it be that you created the dataset through the CKAN web interface only? If so, it wouldn't exist in the datastore just yet.

It's a bit confusing but you'll want to create the dataset via the datastore API in addition to creating it through the CKAN web interface.

eeeschwartz commented 9 years ago

@bluesurfer actually, I recommend using dpm to create your resources from the command line rather than the method I describe above.