Question: Before we transform the data, we need to match the original attributes to the ADS attri - butes. In the table below, the attributes from
Before we transform the data, we need to match the original attributes to the ADS attributes. In the table below, the attributes from PCard match up with the ADS with the exception of four attributes listed in italics. We may want to keep the attributes as an extension of the ADS so we dont lose some potentially useful data. Open your PCARDFY database from Part in DB Browser for SQLiteClick the Execute SQL tabUse the SQL code below as a template to remap the common elements. As you write the SQL code, replace Table with the name of your table and add a line for each mapping from the table above where FieldValue elements with either the fields or values from your source data table. These may include:aThe name of the fieldattribute youre referencing egTransactionDate;bDouble quotes or depending on the version of SQL to leave the field blank;cA specific value in quotes eg AS PurchaseOrderFiscalYear to add the value for the fiscal year or USD to add a local currency; ord.An expression to combine values egFirstName&&LastName AS EnteredBy or FirstNameLastNameAS EnteredBy
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
