DQC Logo
|

Import and export of rules

To save time and ensure consistency across tables, the DQC Platform allows you to export a set of rules from one ruleset and import them into another. This is especially helpful when multiple tables share the same column names and structure or if you want to reuse rules on another ruleset of the same table.


Exporting rules

Export rules from a table as a JSON file:

  1. Go to the table and navigate to the Rules tab

  2. Select the rules you want to export

  3. Click the Export icon in the top-right corner

  4. Save the .json file

Only selected rules will be included in the export


Importing rules

You can import the saved rules into another ruleset:

  1. Navigate to the target table and ruleset

  2. Click “More” → “Manage ruleset” → “Import ruleset”

  3. Upload the exported .json file

  4. Click Import

  5. Review the rules and run a table check to validate the rules

Rules are only applied if the column names match


undefined Notes

Import and export of rules / a ruleset | DQC