We have a table to store cusip, sedol, isin, ticker with an id and this is huge. Instead of using this table to pick up during transformation, we want to generate id for each row of transactional feed and add it to each row of the feed.
How can we implement this? A high level logic would be really helpful.
Thanks.
Mohan