I'm not certain but i think what you want is something like this...
deltaQuery="select '${dataimporter.request.do_this_id}'"
deltaImportQuery="select ... from destinations
where DestID='${dataimporter.delta.id}'
"
...and then hit the handler with a URL like..
/da
I'm still having issues - my config looks like:
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 kep