Importing Custom (Trumba College Calendar ) RSS Feeds into Drupal Node

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
jggarley's picture

I'm working on a Drupal 7 college project that involve in importing a 25live (collegenet) based calendar feeds into a calendar content type in Drupal 7. The RSS feed is coming from Trumba - http://25livepub.collegenet.com/ in the following format.

Click on the link below to view the format
http://stackoverflow.com/questions/28195819/importing-custom-trumba-coll...

I went to Feed Importers under Admin/Structure/Feeds and set up the Node processor as well as the Mapping for the Node processor using the following:

Source <--------> Target
Title - - > Title
Published date - - > Published date
Categories --- ---> Event Category
Item GUID - - - - > Item GUID
Item URL (link) - - > URL
Description - - - > Description

The nodes are imported into the calendar content type. The problem is everything except the Title is imported into the description field - making it difficult to differentiate them especially when the description is combine with the publish date, category etc etc. Can somebody please point me in right direction how to go about this. Thanks a lot.