Hi,
Hope someone has the time to help an XPath newbie. I am unable to import a datetime field from content in D6 to a Date ISO or Unix timestamp date field in D7. I am using the latest Feeds, Feeds XPath Parser and Feeds Tamper. The xml file I am importing is created in D6 with the latest version of the views data export module.

Although I've tried many settings and combinations, here is an example record to illustrate xml structure that I am trying to import:

<?xml version="1.0" encoding="UTF-8" ?>

<nodes>
	<node>
		<Nid>16770</Nid>
    
		<Title>Tail Waggin&#039; Tutors</Title>

		<Program-Description>&lt;div class="field-items"&gt;
&lt;div class="field-item odd"&gt;
&lt;p&gt;Register your child to read to a dog certified by Therapy Dogs International, Inc. Please call 410-222-1905 or visit&amp;nbsp;Broadneck Library to sign up the child who needs that extra incentive to improve his or her reading skills.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;</Program-Description>
		<Branch>Broadneck</Branch>
		<Date>03/30/2013 - 1:00pm - 3:00pm</Date>

		<Program-Type>Special Event-Kids</Program-Type>
    				<Audience1></Audience1>

		<Audience2></Audience2>
 
		<Other-audience1-type></Other-audience1-type>
	</node>
</nodes>

All other fields are being imported or skipped correctly (Feeds Tamper removes the encoding for me, sweet!) The Date field is the only one that is not imported.

As you can see in the above example, we are using To and From dates and there are records with All Day selected in the D6 datetime Date field. I've tried importing it as is and with the Feeds Tamper string to Unix timestamp. Here is a screenshot of my mapping. for the date (you notice I"m trying to import into both types hoping one type will work...)

XPath query mapped

Also tried including both the Start and End fields, but that also did not work.
I've turned on the Feeds XPath error messages and debugging for the date fields and below is part of the result

Debug does not appear to see a problem

When I go into any of the newly created nodes, the date field is empty.

I have looked in the documentation for Feeds, Feeds XPath, and Feeds Tamper along with issue tickets and I don't see anyone with the problem after they used Feeds Tamper or the latest version of Feeds XPath. (although please direct me if I've missed one related to my problem)

Therefore I'm guessing I may be doing something majorly wrong I'm posting this in both the XPath and Feeds Tamper issue queue since I'm not sure where the problem lies.

Any help would be greatly appreciated!

Thanks,
Connie