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
Version 4.3.1 format stream used to output trailing commas if csvStream.write(values) was called with too short an array than the first row. That meant that all rows had the same number of commas.
The latest doesn't any longer - so some rows can have fewer commas. This is not useful IMO
Version 4.3.1 format stream used to output trailing commas if
csvStream.write(values)
was called with too short an array than the first row. That meant that all rows had the same number of commas.The latest doesn't any longer - so some rows can have fewer commas. This is not useful IMO
Output from 4.3.1
Output from 4.3.6
I don't know if this is a bug or a breaking change, but I've reverted to 4.3.1
The text was updated successfully, but these errors were encountered: