Quantcast
Channel: ODTUG Aggregator
Viewing all articles
Browse latest Browse all 1880

Universal Data Adapter – Utilizing Parameters for Filtering @CheckPointllc @orclEPMblogs @orclEPMblogs @orclEPMblogs @orclEPMblogs @orclEPMblogs

$
0
0

FDMEE’s Universal Data Adapter (UDA) allows you to pull records from an external table or view. The UDA can be utilized to connect to a source database’s table or view when a standard FDMEE adapter is not available. When defining the UDA as a Source Adapter, filters can be applied by configuring parameters on “Parameters” tab.

Note:All screenshots and narrative relate to FDMEE version 11.1.2.4.210

In the following example, we have configured a UDA (Source Adapter) to pull data from a view named “V_UDA_TEST”. There are five fields in the view.

UD1

We configure our filters by selecting the “Parameters” tab. We have defined filters for identifying the Period, Year and SalesType (Internal versus External Sales).

UD2

By defining the Source Adapter parameters, we can use them when executing our location’s Data Load Rule (DLR).

UD3

When we execute the DLR, you can see that the only records pulled into the location are ones for Jan-2010 with a SalesType of Internal (“I”).

UD4

If we change the SalesType to External (“E”), save and execute the DLR, then only the External related Sales record is Imported.

UD5

Hopefully this illustration helps clarify how UDA parameters can be setup to filter the records you want pulled into FDMEE from an external table or view.


Viewing all articles
Browse latest Browse all 1880

Trending Articles