Customizer's Guide > Merging Data from Other Sources > Configuring for Data Merge > The .dcf File
  
The .dcf File
To merge data, the document type's .dcf file must contain a <DataMerge> element specifying the base name of the file containing the query definitions and whether they are enabled. In the following example, the query definitions are stored in the file example1.dmf and are made available to authors:
<DataMerge>
<DataSource enabled="yes" name="example1"/>
</DataMerge>