Difference between revisions of "Importing and Exporting Data"

From Recital Documentation Wiki
Jump to: navigation, search
 
(Export to XML)
Line 5: Line 5:
 
===Export to Text Files===
 
===Export to Text Files===
 
===Export to XML===
 
===Export to XML===
 +
<pre>
 +
select <column-definition> from <table-definition> into xml <xml filename>
 +
</pre>
 +
 
===Export to HTML===
 
===Export to HTML===
 
===Export to JSON===
 
===Export to JSON===
 
===Summary===
 
===Summary===

Revision as of 17:36, 13 January 2010

Importing and Exporting Data

Import From Text Files

Import from XML

Import Live Data using SQL Connectivity Functions

Export to Text Files

Export to XML

select <column-definition> from <table-definition> into xml <xml filename>

Export to HTML

Export to JSON

Summary