Hi,
we have just ugraded from FME 2013 to FME 2018.1. Input data of the workspace are xml-files. In the workflow a liste ("Namensliste") is created by using the transformer ListConcatenator. The liste containes names separated by carriage return and new line. In RealDWG-Writer a template DW T is specified, user parameters of the liste are "char" for type and "400" for width.
Running the workspace in FME 2018 a new warning is now logged:
Truncated extended entity Attribute Value in 'Eigentümer' from 'Eigentümer=Mickey Mouse
Minnie Mouse
Dagobert Duck
….some further names….
Donald Duck ' to 'Eigentümer=Mickey Mouse
Minnie Mouse
Dagobert Duck
….some further names….
Dona'. Cannot be longer than 255 characters in length
I checked the created DWG: despite of the warning all listes are written correctly/completely to the layer "ET". How can I avoid this warning? What about the format parameters in the writer? There are some parameters with type "char" and width "255" e.g. autocad_original_text_string. Is this the form parameter to modify? And how can I modify a form parameter?
I would appreciate your advice very much.
Kind regards