Short Description: To add another source file to the task.
Syntax
DMXAddSourceFile | ID fileName |
Parameters
ID | The ID returned by DMXNew that identifies the invocation. |
fileName | A string with the name of the source file. Expansion or escaping of wildcards in the name is inherited from the specification of the first source file in the Source File dialog. |
Returns
An integer (1-based) with the number of the source file added to the Connect ETL task.
Notes
You can invoke this function at any time after loading the task via DMXSetApplicationFileName and before running the task via DMXRun.
The new source file inherits all the properties of the first source file, other than its name.