Skip to main content
Question

Changing FME_Attribute

  • September 18, 2014
  • 2 replies
  • 30 views

Forum|alt.badge.img+1
Hi,

 

 

I am facing a situation here, I am reading a huge topographic data stored in ESRI MDB format and want to write that data into generic GML format, While reading FME internally changes the source data type "date" into native "fme_date" type, now my problem is that the source date fields are all a mess and are stored in different formats and I want the GML output to be exact replica of the source but due to the fact that while reading fme has internally changed its format and if I try to match it to the source format I have to use several date formaters, so I thought it would be better if I read the date attributes in string format and write them as it is, but I am unable to do so since the reader user attribute tab is non editable.

 

 

I appriciate if anybody will help me solving the above issue.

 

 

Regards

 

IMRAN

 

 

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

david_r
Celebrity
  • September 18, 2014
Hi,

 

 

normally it should suffice to just change the datatype to string on the Writer. No need to change the internal FME datatype.

 

 

David

Forum|alt.badge.img+1
  • Author
  • September 18, 2014
Thanks david