Hello all,
Could you please let me help me to solve this problem on Drupal ASAP!?
Actually I want to import an csv file using Feeds Module to one of my content types. inside my content type i have field collection.
one of my fileds in field collection is TimeField module.
so problem is that when i import csv file, nodes are created and all my fields inside nodes are updated successfully but not Timefiled. I mean Timefield remains blank.
after a lot of researches, i got that i have to develop feeds mapper for timefield (because no feedmapper for this module here: https://drupal.org/node/856780 ) so i have been trying to develop it since 2 weeks back but still no success. and it is too urgent because i already have exceeded the deadline already :'(
Timefiled Module link: https://drupal.org/project/timefield
I am attaching my timefield.module file (that i have added hooks function at the end of file but feeds_set_target() not wokring)+ an screenshot of targets + an screenshot of my filed collection and Time Field table (in .sql format)