I thought I'd use the official thread

I'm converting GNIS csv files and when converting summits, selected to append the elevation to the name (great feature!). Instead of appending the elevation in feet, it appears to be adding to elevation in meters. Did the file structure of the csv files possible change since the tool was written?
The header on the GNIS csv files reads:
"Feature name","Feature Id","Class","County","Latitude","Longitude","State","Map**","Ele(m)*","Ele(ft)*","BGN","Entry Date"
The resulting gpx file in turn produces the elevation in meters within <ele></ele>, which may or may not be the desired result of the tool (my assumption was not because when appending the elevation on summits it adds 'ft' to the elevation).
I guess my questions are: Is the elevation handed off to the gpx file supposed to be in meters? If not, any ideas for a work around this (aside from changing the script)?
This is a *great* tool and very much appreciated!