Table of Contents

Search

  1. About the Data Vault Administrator Guide
  2. Introduction to the Data Vault
  3. Data Vault Service Startup and Shutdown
  4. Data Vault Configuration
  5. Data Vault SSL Setup
  6. Data Vault ODBC Setup
  7. Data Vault Administration
  8. Data Repartitioning
  9. Partial Data Vault Copy
  10. Archived Data Migration
  11. Bulk File Uploader
  12. Data Vault Administration Tool
  13. Data Vault Logs
  14. User Account Privileges
  15. ssasql Command Line Program
  16. Data Vault Audit Log
  17. Sample Configuration Files

Data Vault Administrator Guide

Data Vault Administrator Guide

Master XML File

Master XML File

Before you can use the bulk file uploader, you must create a master XML file that contains the metadata information for the source tables.
The master XML file contains the table attributes and a naming pattern for the source files. You can update the XML file to add or change tables irrespective of whether the bulk file uploader is running. Ssaservice, the bulk file uploader scheduler process, reloads the latest metadata from the master XML file whenever you update the file.
You must name the master XML fille "
metadata.xml
" and add the file's path as a value for the TASK_DIRECTORY parameter under the [SERVICE] section in the ssa.ini file. For example:
TASK_DIRECTORY = /data/IDV/MASTERXMLDIR
Some characters have a special meaning in XML files. Provide the following replacement constants to represent these characters:
Character
Replacement Value
&
&
<
&lt;
>
&gt;
TAB character
&#009;

0 COMMENTS

We’d like to hear from you!