I created a workflow with attribute modifiers, and I can't get my output to display the updated attributes. It will either have the input attributes, or only the first 10 letters of the correct attributes when copied from transformer. How do I fix this?
Thank you,
Courtney
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.
I used quite a few of them: AttributeKeeper, BulkAttributeRenamer, AttributeRenamer, AttributeCreator, StringConcatenator, and Expression Evaluator in that order. That is followed by two vertex creators (one for surface of well, and one for the subsurface), PointConnector (to turn the two points of each well into a single multipoint), Reprojector, and finally the writer. The input is a CSV and the output is a SHP. I realize this might be overkill as far as attribute editors go, but this is my first real workflow, so I'm being thorough (and don't know of a better way).
as you probably know, SHAPE files cannot have attribute names longer than 10 characters. This is a limitation of the format, not FME.
Also, if you used something like the Workbench wizard to generate your workspace, you will have to manually edit the output feature type definition to reflect the changes you make to your attributes in your workspace.
If none of this helps, please consider posting some screenshots.
Thank you both for your answers! I was as simple as changing my output to a geodatabase feature class rather than a shapefile due to that darn 10 character rule. :-) Now that all the attributes are there, is there a transformer to re-order the attributes?