Table of Contents

Search

  1. Preface
  2. Introduction to Test Data Management
  3. Test Data Manager
  4. Projects
  5. Policies
  6. Data Discovery
  7. Creating a Data Subset
  8. Performing a Data Masking Operation
  9. Data Masking Techniques and Parameters
  10. Data Generation
  11. Data Generation Techniques and Parameters
  12. Working with Test Data Warehouse
  13. Analyzing Test Data with Data Coverage
  14. Plans and Workflows
  15. Monitor
  16. Reports
  17. ilmcmd
  18. tdwcmd
  19. tdwquery
  20. Appendix A: Data Type Reference
  21. Appendix B: Data Type Reference for Test Data Warehouse
  22. Appendix C: Data Type Reference for Hadoop
  23. Appendix D: Glossary

User Guide

User Guide

Export

Export

Exports objects from the
Test Data Manager
to an XML file.
When you export an object from the TDM repository, you specify the object type and the location of the object in the repository. You can export the following object types:
  • Masking rule
  • Generation rule
  • Policy
  • Data domain
  • Entity
  • Group
  • Template
  • Profile
  • Project
  • Data source
  • Source definition
  • Connections
  • Plan
The ilmcmd export command uses the following syntax:
ilmcmd <-Export | -e> <-ObjectType | -ot>
object_type
<-Name | -n>
object_name
<-Project>
project_name
<-File | -f>
XML_file_location
<-DataSourceName | -dsn>
schema_name
[-Help | -h]
The following table describes the ilmcmd export options and arguments:
Option
Argument
Description
-ObjectType
-ot
object_type
Required. The type of object to export. For example, you can enter "Group" or "RuleAssignment." If the object type contains a space in it, remove the space when you enter the argument.
-Name
-n
object_name
Required. The name of the object you want to export.
-Project
-p
project_name
Required to export a plan, entity, group, or template. The name of the project that contains the plan or port assignment to export.
-File
-f
XML_file_location
Required. The path and file name of the XML file to which you export the object.
-DataSourceName
-dsn
schema_name
Required to export a port assignment. The name of the schema that contains the port assignment to export.
-Help
-h
n/a
Optional. Displays help for the command.

0 COMMENTS

We’d like to hear from you!