The escape_quotes function never quite made sense to me, because it only quotes at most once (so its behavior is hard to predict) and does not enclose the return value in quotes. I don't really know what its utility is, so I'm proposing we deprecate it and encourage people to use quoted instead (which takes a string value and returns it as an Airtable-compatible string representation).
The
escape_quotes
function never quite made sense to me, because it only quotes at most once (so its behavior is hard to predict) and does not enclose the return value in quotes. I don't really know what its utility is, so I'm proposing we deprecate it and encourage people to usequoted
instead (which takes a string value and returns it as an Airtable-compatible string representation).