User Tools

Site Tools


howtos:workwithdata:export_views

This is an old revision of the document!


Export Views

The following is an example of an export view. For further details refer to the documentation on the export tool.

if $history == false
    say ("This view requires a history.")
    quit (1)
endif

string $exportDir
$exportDir = $home + "/V1/exportForDemo"

say ("exporting")
say ("  HHFormRate[hs,hha,ts] to ",$exportDir,"/HHFormRate.txt")

export (HHFormRate[hs,hha,ts][1]; file=$exportDir/HHFormRate.txt, \
    format=tab, expForm=on, decimals=6, shapeInfo=on)

[Include the views.samm entry and .v file structure.]

Sample files

Need to configure dokuwiki to allow .t and .v MIME types.

howtos/workwithdata/export_views.1258134084.txt.gz · Last modified: 2009/11/13 17:41 by marcus.williams