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

--filter fileName.fieldName=1

or

--filter relationshipName.fieldName=1

--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

errorlevel, tracelevel, and verbose specified in any order, where:

  • errorlevel = {n}none | {f}atal | {e}rror | {w}arning (warning is the default)

  • tracelevel = 0:6 where 0 is no message and 6 is everything

  • verbose = whether to display exception stacktrace