I've got an Excel-Spreadsheet where:
- Column A is filled with the names of target fields (Table field)
- Column B provides names of the source fields (Stream field)
- Column C tells you whether to update the field or not, i.e. Value is either "Y" or "N"
- Column D & Column E provide the primary key of the target and the source field, respectively.
- Number of rows: Over 500 thousand
Now, I want to send these values to the "Insert / Update"-step automatically, i.e. do NOT want to copy&paste; PDI should pull everything.
Looked at "ETL Metadata Injection" and think that I could easily pull Columns A to C. But I simply don't know how to pass the primary key(s); let's put differently, I don't know how to tell the step to use certain values as a primary key.
Can work with CSV file input or Text File Input as well if it makes things easier.
Any help is appreciated. Thanks in advance!