Is the RTC importer is expected to preserve the attachment date and created by user

#1 : Attachment Date is coming as the current date instead of the original Attachment Created date which is in bugzilla. Say for example , attachment created date in bugzilla was 1st Jan 2014 , if i ran the importer on 10th of August 2014, then in RTC attachment creation date is displaying as 10th Aug instead of 1st Jan.
#2 : Attachment Created/uploaded owner, if the attachment is created by some "test1" user in bugzilla , if say for example 'test2' user has ran the importer, then in RTC the attachment's Created by is displaying as "test2" instead of 'test1".
Ideally in RTC, Date and Created By should display as the original created timestamp and owner who has created the attachment in bugzilla.
So could you please let me know how can we guarantee that bugzilla Attachment Date and Created By user should be displayed in RTC after Import ?
2 answers

Comments

Thanks Eric for your response.
Below is the attachment snippet from bugzilla xml file, where we can see <who> and <bug_when> tags. whereas these tags/relavent attachment related tags are not present in the computed mapping file in which i am using for RTC Import.
<long_desc>
<who name="user name">email_ID of the attached user</who>
<bug_when>2014-01-01 09:11:43 EST</bug_when>
<thetext>Attachment Description</thetext>
</long_desc>
so here i want this whole <long_desc> tag contents to be extracted into mapping xml and through which we can import the bugs into RTC.
I think these entries should be present in the mapping file , so that while importing the attachment details from Bugzilla , these would be interpreted into RTC properly with proper attachment date and created by user.

Hello,

Thanks a lot for your information on this. But i think that attachment information ( i.e., preserving the attachment's date and user) would be very useful in terms of tracking the attachments history ( like when and who has uploaded the attachment ).