Hi everyone,
I have created a custom transformer to generate points using lat/lng using the following simple script. It works totally fine. However, it loses all of the attributes coming from my input file. Is there a way to retain it dynamically?
Hi everyone,
I have created a custom transformer to generate points using lat/lng using the following simple script. It works totally fine. However, it loses all of the attributes coming from my input file. Is there a way to retain it dynamically?
Best answer by takashi
You have created and returned a new FMEFeature instance in the script. FME won't propagate the attributes of the input feature to the new feature automatically.
If you need to preserve all the attributes in the input feature, you don't need to create a new feature.
Just set the geometry and the coordinate system to the input 'feature' and output it.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.