Good day sires.<br><br>We're trying to play around with Geoserver's GetFeature function to save a .csv file of a feature's attribute fields. The function below does exactly that:<br><br>function generateFeatureTable(feature){<br>
    var featureTableURL = "<a href="http://localhost:8080/geoserver/prism/wfs?REQUEST=GetFeature&SERVICE=WFS&VERSION=1.1.0&TYPENAME=prism">http://localhost:8080/geoserver/prism/wfs?REQUEST=GetFeature&SERVICE=WFS&VERSION=1.1.0&TYPENAME=prism</a>:" + feature + "&OUTPUTFORMAT=csv&SRSNAME=epsg:4326";<br>
    window.open(featureTableURL);<br>}<br><br>The problem is that the .csv file is also including "the_geom" as one of its fields. If we make use of the PROPERTYNAME argument to specify the fields we like to include in the table, we would have to specify each and every field name excluding that of "the_geom".<br>
<br>Any ideas on how to specify the ones you would NOT want to include in the output file?<br><br>We will highly appreciate the insights you can provide us.<br><br>Julius Sempio<br>Department of Geodetic Engineering<br>University of the Philippines