(Contents)(Previous)(Next)

Loading Data from the Clipboard Using DATALOAD

Example:

dataload table customer;

infile clipboard

The data must be available in the clipboard in the same form as it is copied, i.e., as a table in RTF format or in text form with tabulators as field separators. In other respect, the applicable requirements are the same as for DATALOAD from a file (see the LOAD manual).


(Contents)(Previous)(Next)