UCHIC / WEBTSA

A web application for visualizing time series of environmental observations.
BSD 3-Clause "New" or "Revised" License
3 stars 2 forks source link

File name issue #119

Closed AmberSJones closed 6 years ago

AmberSJones commented 6 years ago

When exporting from the console window, the file name has extra, superfluous spaces.

image

horsburgh commented 6 years ago

@fryarludwig - can you also have a look at this one and at least diagnose, if not fix.

fryarludwig commented 6 years ago

I'll fix this - it's a postgres thing where "character" column types fill all 50 characters always, and "character varying" allows you to use less than the maximum number of characters.

fryarludwig commented 6 years ago

This is fixed in the production databases for iUTAH and EnviroDIY's TSA. Close when you've tested this.