Are there best practices or standardized syntax for writing transformation logic?
3
votes
1
answer
100
views
This may not be the appropriate forum, but its the closest I could find. I write a lot of source to target mappings for work. These documents just describe the operations/logic/transformations/etc. needed to get the data from A to B. I find myself phrasing the same thing different ways, or sometimes the descriptions get convoluted if the logic is complex.
Are there any best practices for writing the transformation logic for relational databases? For example, how to say 'Join tables A,B, and C for each combination of fields D,E, and F select the maximum value between fields G and H.' I feel that somebody has probably standardized the natural language for relational database transformation logic, but I can't find anything to that effect.
Asked by SG187
(31 rep)
Jun 26, 2015, 05:01 PM
Last activity: Jan 2, 2021, 02:05 AM
Last activity: Jan 2, 2021, 02:05 AM