Skip to main content

I have a text field (attribute) in a table that is 2048 characters in length. I want to change it to 50. What Transformer do I use in FME to achieve this? I am using FME Form 2021. 

you can set the schema/attributes in the writer to manual and then set the string length to 50. alternatively if you want to do it within the work flow you could use a schema setter transformer or similar to define it.

 

 


SchemaSetter Transformer. That’s what I was looking for. Thank you. 


Reply