Initializing help system before first use

appsxmlimport

appsxmlimport


Purpose
Extract all data files included in provided XML.
Synopsis
procedure appsxmlimport(fname:string, type:integer)
procedure appsxmlimport(fname:string)
procedure appsxmlimport
Arguments
fname 
name of an XML input file, defaults to "input"
type 
data structure type; value
APPSXML_FMT_TYPED_RECORDLIST 
use InputRecordList/ InputRecord elements (default)
APPSXML_FMT_UNTYPED_RECORDLIST 
use RecordList/ Record elements
Example
See function appsxmlin.
Further information
1. This function prepares input data provided in fssappstudio XML format for reading them via initializations from using appsxmlin by transforming the XML data into a set of temporary CSV format files (one per entity).
2. appsxmlimport also generates the XSD schema that corresponds to the provided XML file.
3. FICO Application studio expects the fixed filename input for XML input data, using a single file per model.
4. The reverse operation, transforming CSV format data into the XML result data format expected by fssappstudio is performed by appsxmlexport.
Related topics