> It seems that ${ncdat.feature} is not being set.
Try ${dataTable.feature} instead.
On Tue, Jun 29, 2010 at 1:22 AM, Shawn Heisey wrote:
> I am trying to do some denormalizing with DIH from a MySQL source. Here's
> part of my data-config.xml:
>
> query="SELECT *,FROM_UNIXTIME(post_date)
On 6/28/2010 3:28 PM, caman wrote:
In your query 'query="SELECT webtable as wt FROM ncdat_wt WHERE
featurecode='${ncdat.feature}' .. instead of ${ncdat.feature} use
${dataTable.feature} where dataTable is your parent entity name.
I knew it would be something stupid like that. I thought I
124...@n3.nabble.com]
Sent: Monday, June 28, 2010 2:24 PM
To: caman
Subject: DIH and denormalizing
I am trying to do some denormalizing with DIH from a MySQL source.
Here's part of my data-config.xml:
The relationship between features in ncdat and webtable in ncdat_wt (via
I am trying to do some denormalizing with DIH from a MySQL source.
Here's part of my data-config.xml:
query="SELECT *,FROM_UNIXTIME(post_date) as pd FROM ncdat WHERE
did > ${dataimporter.request.minDid} AND did <=
${dataimporter.request.maxDid} AND (did %
${dataimporter.request.numShar