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
The existing code strips all trailing delimiters which is incorrect, it should only remove the final delimiter. The problem occurs when the last column is empty. Say you export three fields, first name, last name & email (where email is null). Expected output would be "John;Doe;" but instead you get "John;Doe" which is problematic.
0 commit comments