function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Connor CainConnor Cain 

edit static Resource CSV from Apex

I know I might be using this wrong but its worth a shot to ask.
We are looking to autogenerate 73 tasks (always changing) when a record is create. rather than edit process builders every year I have the code check a CSV saved as a Static Resource and build the tasks from the list. 
now rather than let them edit this file, I would like to set up some Code (and UI) to edit the Static Resource CSV and add lines to it. Is this possible or should I be saving this file somewhere else?