Writing to Data Stores
Data can be written back to Data Stores using either a Commit or Copy To task.
Commit Task
Used to write back to the same source that was opened, overwriting what is currently there.
Note: Not all Data Stores support Commit, please check Supported Data Stores for compatibility.
Copy To Task
Used to write back new data. File based Data Stores will create a new file, databases will write the data as new entries.
Note: This can potentially duplicate the dataset if it is copied to the read location.