Exporting Data
Export data programmatically.
Background Information
The Management Portal provides two generic options for exporting data:
The Data Export Wizard, which exports data from SQL tables. See “Exporting Data to a Text File” in Using InterSystems SQL.
The Export Globals page, which exports globals to .gof files. See “Exporting Globals” in Using Globals.
Available Tools
%SQL.Export.Mgr class
Enables you to export SQL tables to text files. For information, see %SQL.ExImData, the utility class from which %SQL.Export.Mgr inherits.
Availability: All namespaces.
%Global class
Includes the Export() class method.
Availability: All namespaces.
Numerous tools within InterSystems IRIS provide more specific export options, documented elsewhere.