Can you explain what you mean by this?
it doesn’t support for quotes features
In CSV, there is no difference between a string that contains only numbers (e.g “1”) and a number (e.g. 1). In other words, in CSV all values are strings, as opposed to JSON, where you have strings, numbers, and booleans as distinct datatypes.