Difference between revisions of "Importing and Exporting Data"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) (→Export to HTML) |
Yvonnemilne (Talk | contribs) (→Export to JSON) |
||
Line 15: | Line 15: | ||
===Export to JSON=== | ===Export to JSON=== | ||
+ | <pre> | ||
+ | select <column-definition> from <table-definition> into json <filename> | ||
+ | </pre> | ||
+ | |||
===Summary=== | ===Summary=== |
Revision as of 17:37, 13 January 2010
Contents
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
select <column-definition> from <table-definition> into html <html filename>
Export to JSON
select <column-definition> from <table-definition> into json <filename>