Hi Everyone,
We are trying to implement one framework in BODS and staging database.
1. Storing the mapping rules (Query Transform) in database table.
2. Fetching these using SQL function in script.
3. Assigning these mappings to different global variables.
4. Using these variables in actual query transform mapping.
Our Table structure -:
Now the problem is when we are using these variables in query transform mapping bods treating these as text and passing the value to the column.
For example we are fetching 1st Rule "SQL_SRC.EMP_ID" now assigning this value to a variable and mapping it to target EMP_ID column but after job execution we found that text "SQL_SRC.EMP_ID" i stored in Target column EMP_ID.
I want to know is there any way to tell BODS to treat these as mapping not as text values.
Thanks in Advance.
Ankit