HydrologicEngineeringCenter / ExcelToCWMS

1 stars 2 forks source link

validate tsid from Excel -- don't allow and invalid characters #10

Open ktarbet opened 3 years ago

ktarbet commented 3 years ago

perhaps done in a way that allows improvements.

boo isValidTSID(string id){

if (id.Contains("'")) return false; ....

return true; }

could be done at different levels such as in CWMS.