Load Settings
- Last UpdatedNov 04, 2025
- 1 minute read
The Gateway uses the Load component to load the selected and transformed objects into AIM via EIWM files. It can also export the transformed data into CSV files.
The following code shows an example of Load configuration:
<configuration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
sourceProductName="AVEVA.Gateways.2DData" componentName="Load" componentVersion="2.10.0.0"
>
<components>
<component name="LoadEIWM" locator="D:\Tabular\Test1\Configurations\LoadEIWMConfiguration.xml"
/>
<component name="LoadCSV" locator="D:\Tabular\Test1\Configurations\LoadCSVConfiguration.xml"
/>
</components>
</configuration>