Initializing help system before first use

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
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

© 2001-2024 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.