EXPORT

Free Export Tool.

Availability:
  • UV
  • UD
  • D3
  • QM

Export to File

EXPORT, as the name suggests, is a command line driven tool for exporting data from your MultiValue database to a delimited file.

EXPORT allows you to specify columns by dictionary item name, field position, literal values, I-Descriptor expression or one of a number of built-in variables such as row counters.

EXPORT compresses or normalizes MultiValued data and lets you determine the row and column delimiters, file headers and footers.

Supplied as a free stand-alone program EXPORT is a useful addition to any toolbox.

 

EXPORT Data Export Tool

EXPORT Syntax

EXPORT uses a LIST style syntax and is designed to look and feel like a regular RetrieVe command.

Use select lists and/or BY and WITH clauses for filtering data.

 

EXPORT BOOK_TITLES TO 'c:\temp\books.txt' BY SHORT_TITLE COLDELIM TAB ROWDELIM CRLF COMPRESSED TITLE_ID SHORT_TITLE COLHEAD 'Title' ISBN PRICE AUTHOR_NAME