Hi,
on a project, i'm using a FeatureReader to call different shapefiles, localized in different folders.
The purpose is modifying shapefile names to normalize them throw AttributeManager, one for the Schema outpout port and another one for th Generic.
Until here, everythnig works.
By the way, i'm trying to modify the attributes format which are being created by the writer, for instance varchar(254) -> varchar(5).
With dynamic mode, i guess i have to modify the schema values with some ListExploder -> AttributeManager -> ListBuilder.
Once these operations are done, the new schema has exactly the same attributes name and lists than the original schema, but the dynamic shapefiles aren't writen..
Is there something i'm doing wrong??
Thanks for helping!!!