I am attempting to allow users to download data using the ESRI provided "Clip and Ship" model. All of the geospatial features have data which has been related from a table. I would like to allow users to download not only the geospatial data, but the data which is related as well. How would I do this?
Most of the relationships are one-to-many between the geospatial features and tabular data. Do I need to join the data?