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
Apologies if this is supported already - I have only reads the reader so far.
Is there a command for appending to a file? Or should we read the file first back into model objects, append objects, and rewrite?
Similarly, can we remove the contents of a file without removing the file itself? Or should we delete it and recreate it with an empty array for example?