Open-EO/openeo-r-client

Translate quotes and file paths in string parameters

Closed this issue · 0 comments

flahn commented

In an example at https://github.com/Open-EO/openeo-usecases/issues#1 there was a problem, that quotes where not coerced into text, when the parameter was of type "String".

For this we should check for quotes in String parameters and translate them automatically into text. Similarly we can check if a String parameter is a file and use readChar internally.