Salesforce

Can a bulk load definition file be created without using the "Create Bulk Loader Definition File" Utility?

Information

 
TitleCan a bulk load definition file be created without using the "Create Bulk Loader Definition File" Utility?
URL NameP103490
Article Number000148339
EnvironmentAll Supported Operating Systems
Products / Versions
Question/Problem Description
Can a bulk load definition file be created without using the "Create Bulk Loader Definition File" Utility?
How to create a bulk load definition file from a procedure or command line
Is it possible to create a bulk load df file without using the Data Dictionary or Data Admin utilities?
Steps to Reproduce
Clarifying Information
Error Message
Defect Number
Enhancement Number
Cause
Resolution
To create a bulk load definition file without using the dictionary or admin utilities run prodict/dump_fd.p.  This procedure takes 2 INPUT parameters:  The file name(s) for the tables to be dumped and the name of the bulk definitions file to create.  The format for the parameters is as follows:
   file-name                : "ALL" or "<file-name> [,<filename>] ..."
   df-file-name             : Name of Bulk definition file to create

Syntax Examples:
     Dump all tables:
          RUN prodict/dump_fd.p (INPUT “ALL”,
                                                    INPUT “sports.fd”).
     Dump a table
          RUN prodict/dump_fd.p (INPUT “customer”,
                                                    INPUT “customer.fd”).
Workaround
Notes
Keyword Phrase
Last Modified Date9/13/2015 5:27 PM

Powered by