Hey,
I am trying to modify https://community.safe.com/s/article/data-distribution-fme-server-app the data distribution demo script.
I am attempting to download 5 different shape files (points, polygons and lines) all with varying attributes. I have the script working and downloading with the exception of the attributes specific to each feature class. Every attribute is blown away.
If I change the user attributes to automatic for the output feature class it sort of works except its merging all the attributes together and showing them in every feature class.
Ideally I just want to download the 5 shapes and retain their unique attributes. Seems I can either output the shapes with no attributes or output the shapes with attributes from other feature classes merged into it.
Right now im running them through their own clipper into a copy paste of the feature output which would mean doing that for every single layer i want to download. Just want to make sure theres no better way of doing this
Am I missing something obvious here? Thanks