lambda-stash
lambda-stash copied to clipboard
Update convertString to handle values with double quotes
Currently the convertString handler builds a string like key="value". However value can contain double quote characters, which can cause problems with some parsers.
This PR changes convertString to replace all double quotes with another character, either by default a single quote or another character specified through configuration.