Re: DIH Date conversion from a source column skews time

2009-04-03 Thread Noble Paul നോബിള്‍ नोब्ळ्
I same XPATH does not work . but what is stopping you from copying one field to another using a Template On Fri, Apr 3, 2009 at 8:39 PM, Wesley Small wrote: > Okay, I will give that a try. > > I could resolve this any other day by being able to execute the same XPATH > retrieval twice.  Why

Re: DIH Date conversion from a source column skews time

2009-04-03 Thread Wesley Small
Okay, I will give that a try. I could resolve this any other day by being able to execute the same XPATH retrieval twice. Why does the following not work: When I do this, only the second_date_s will make it into the index. I know first_date_d instruction is valid but, it just disappears. An

Re: DIH Date conversion from a source column skews time

2009-04-01 Thread Noble Paul നോബിള്‍ नोब्ळ्
I guess dateFormat does the job properly but the returned value is changed according to timezone. can y try this out add an extra field which converts the date to toString() this would add an extra field as string to the index On Wed, Apr 1, 2009 at 11:31 PM, Wesley Small wrote: > Was there

Re: DIH Date conversion from a source column skews time

2009-04-01 Thread Wesley Small
Was there any follow up to this issue I found? Is this a legitimate bug with the time of day changing? I could try to solve this by executing same xpath statement twice. However, when I do that, the first field original_air_date_d does not make it into the index. Is seems that you cannot hav