Apologies for cross-posting
I am using ArcGIS 10.1 and Python to create a toolbox (a script and a model) and then publish it as a geoprocessing service. One of the return values is like a table, with fixed columns but unfixed number of rows. What type of output should I choose? Table? Table View?
By the way, I am using Flex Builder 4.6 to develop the client and get the return value. How can I parse the output value defined in Python generated from the server?
Thanks!