extract Command

Use the extract command to take data out of an export file.

This page discusses:

User Level

Business Administrator

Syntax

extract businessobject TYPE_PATTERN PATTERN REVISION_PATTERN
  [ skip N    ] [ remaining ] | from | file FILENAME;
                              | into |
                              | onto |
extract | admin        | PATTERN 
        | vault        |
        | store        |
        | attribute    |
        | program      |
        | type         |
        | relationship |
        | format       |
        | role         |
        | group        |
        | person       |
        | policy       |
        | report       |
        | form         |
[ skip N ][ remaining ]  | from | file FILENAME;
                         | into | file FILENAME [ exclude FILENAME ];
                         | onto |
Note: When extracting data, use into to create a new file or overwrite an existing file and use onto to append data to an existing file.

For more information, see export Command.