dataexport - Export Business Class Data
dataexport dataArea businessClass [-h] | -F file [-k keyvalue[,keyvalue...]] [--filter filterString] [--framework] [[-a] [-e [busclass:]all|fieldname,...] | -f [busclass:]all|fieldname,...] [-d | -c] [-p Pathname] [-t filetype] [--pagesize size]
Use this utility to export data from a business class to a file.
| Program Option | Description | 
|---|---|
-h | 
            Display help for this utility. | 
 dataarea  | 
            
              Required. Type the data area that the data will be exported from.  | 
           
 businessClass  | 
            The business class whose data you want to export. | 
-F file  | 
            The name of the file to export the data to. | 
-k keyvalue[,keyvalue...] | 
            The key values to use when exporting the data. | 
--filter  filterString  | 
            
              Limit the output based on the specified filter value for the index keys of the file. The filter can be a conditional expression, such as 
 or 
  | 
           
--framework | 
            Export only framework classes. | 
-a | 
            Export all fields. | 
-e [busclass:]all | fieldname,...]  | 
            Exclude the specified fields. | 
-f [busclass:]all | fieldname,...]  | 
            Export the specified fields | 
-d | 
            Do not follow document components. | 
-c | 
            Child key suppress (for import use). | 
-p Pathname  | 
            The path name. | 
-t filetype  | 
            
              The type of file, such as XML or CSV. Specify the file type, to override the default specified in the dataimportFactory.properties file, which is delivered set to XML.  | 
           
--pagesize size  | 
            The number of records per request. | 
v displayoptions  | 
            
              
 
  |