Create a Bulk Loader description file
- Last Updated: February 11, 2026
- 2 minute read
- OpenEdge
- Version 13.0
- Documentation
You must create a bulk loader description file before you can run the Bulk Loader utility. You use the Data Administration tool or the Data Dictionary to create the description file. The default filename is table.fd. If you choose more than one table, the Data tool adds the extension .fd to the name of the database. It then places all of the bulk loader information in that one file.
Note: For information on how
to dump table data into contents files, see Dump user table contents with a Data tool.
To create a bulk loader description file:
The following figure shows a description file created with the Data Administration tool.

In this example:
-
customeris the name of the database table. customer.dis the name of the data file you want to load.customer.eis the name of an error file that the Bulk Loader creates if errors occur during the bulk load.Cust-num,Name,Address, and so on are the field names in thecustomertable.