You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Method CSV.stringify() requires 2 arguments. Data and Options.
I believe that Options should be optional, especially when supplying empty object is sufficient.
The second issue is that the options should have some reasonable default values, which could be optionally overrided. Fox example the options.txtDelim should have default value of '"'.
If options.txtDelim is not provided and data contain comma in the middle of some text property, then this comma is not automatically escaped and creates new column in generated CSV.
The text was updated successfully, but these errors were encountered:
Method CSV.stringify() requires 2 arguments. Data and Options.
I believe that Options should be optional, especially when supplying empty object is sufficient.
The second issue is that the options should have some reasonable default values, which could be optionally overrided. Fox example the options.txtDelim should have default value of '"'.
If options.txtDelim is not provided and data contain comma in the middle of some text property, then this comma is not automatically escaped and creates new column in generated CSV.
The text was updated successfully, but these errors were encountered: