I came along software applications which would need the usage of double quotes for the distinction that provided data should be handled as text strings.
So you would probably require all non-numeric values to be enclosed by quotes, no matter if it contains spaces? What about other data types (booleans, etc.)?
How do you think about to avoid the interpretation of a column delimiter character within strings as a CSV separator?
Wrapping will take place if the column delimiter occurs in the value.