Delete Rows of Data in a Table
Security:
- Prism: Manage File Containersdomain in the Prism Analytics functional area when uploading a file.
- Any of these security requirements:
- Prism: Tables Owner Managedomain in the Prism Analytics functional area.
- Prism: Tables Managedomain in the Prism Analytics functional area.
- Table Ownerpermission on the table.
- Table Editorpermission on the table.
- Can Delete Table Datapermission on the table.
- Can Truncate Table Datapermission on the table.
You can delete a subset of rows in a table using these methods:
Row Deletion Method | Notes |
|---|---|
By load ID | You can quickly delete all rows that came from a particular data load activity. Select from the related actions menu of the table. Then select
Previous Loads . |
By data change task | You can delete specific rows that you specify using a data change task
with the delete operation. You delete rows by specifying one these target
fields as the Delete Key :
To delete rows using a data change task, you need a
delimited file that contains a single field that contains the values in
the delete key field. Example: You can delete the rows for particular
values of the field configured as the external ID. Create a CSV file
that contains the values of the external ID field you want to delete. To
delete some rows from the ClaimID field, your CSV file might look
like:
|
To delete specific rows using a data change task:
- Access theView Table Detailsreport for the table to delete from.
- Select .
- (Optional) Change the data change task name that Workday created automatically at the top of the left side panel.
- On theSourcestep, select the file that contains the values of the rows you want to delete.
- On theSource Optionsstep, define how to parse the data in the files.
- On theTargetstep, selectDeleteas theTarget Operation.
- On theMappingstep, select a field in the target table to use as theDelete Key.
- Select a source field for the target field that you specified as the delete key.