OpenCDSS / cdss-lib-processor-ts-java

Colorado's Decision Support Systems (CDSS) time series processor library (Java)
GNU General Public License v3.0
0 stars 1 forks source link

TextEdit - allow spaces in parameters #226

Closed smalers closed 2 weeks ago

smalers commented 1 month ago

It may be necessary to manipulate a file, such as search and replace, with values that start and/or end with spaces. Currently spaces are trimmed from parameters. Because all parameters are now surrounded by quotes, it is safe to allow spaces in parameter values.

smalers commented 2 weeks ago

I implemented the enhancement. Close this issue.