I'm still having issues - my config looks like: <entity name="place" query="select DestID,DestinationName,Geo_ Long,Geo_Lat,Address,City,State,Zip,PhoneNumber,cost from destinations" deltaQuery="select DestID from destinations where CreationDate > '${dataimporter.last_index_time}'" deltaImportQuery="select DestID,DestinationName,Geo_Long,Geo_Lat,Address,City,State,Zip,PhoneNumber,cost from destinations where DestID='${dataimporter.delta.id}'" >
However I really dont want to use CreationDate, but rather just pass in the id (as done in the deltaImportQuery) - Can I do that directly - if so how do I specify the value for dataimporter.delta.id? (P.S. sorry for a new thread, I kept getting my mail bounced back when I did a reply, so I'm trying a new thread.)