Skip to main content
Hi,

 

 

I have a workspace that reads features from Oracle, does some processing, and then uploads back to Oracle.

 

 

I'd like to name the feature that is written back to be the same as that which was read but with the date appended.

 

 

Is this something that possible?

 

 

Thanks for your help
Hi,

 

 

Yes, you can create a new attribute based on fme_feature_type (the input Oracle schema and table name) then append the date from a TimeStamper. Use the resulting attribute as a Fanout on the output feature type.

 

 

David
Thanks that's very helpful

Reply