|
|
The Data Collection
export node outputs data in the format used by Data Collection market research
software. A Data Collection
Data Library must be installed to use this node. |
Example
stream = modeler.script.stream()
datacollectionexportnode = stream.createAt("datacollectionexport", "Data Collection", 200, 200)
datacollectionexportnode.setPropertyValue("metadata_file", "c:\\museums.mdd")
datacollectionexportnode.setPropertyValue("merge_metadata", "Overwrite")
datacollectionexportnode.setPropertyValue("casedata_file", "c:\\museumdata.sav")
datacollectionexportnode.setPropertyValue("generate_import", True)
datacollectionexportnode.setPropertyValue("enable_system_variables", True)
Table 1. datacollectionexportnode properties| datacollectionexportnode properties |
Data type |
Property description |
| metadata_file |
string |
The name of the metadata file to export. |
| merge_metadata |
Overwrite
MergeCurrent |
|
| enable_system_variables |
flag |
Specifies whether the exported .mdd file should include Data Collection system
variables. |
| casedata_file |
string |
The name of the .sav file
to which case data is exported. |
| generate_import |
flag |
|