Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago

Row base looping to merge table base on variable keys (Nested loop)

Hi,

I have a script in pyhton that does the job but I was ask to re-write the code in M.

 

The problem is the folowing.

I have 1 table with transactional record (Transaction_table)

Second table containing rules that need to be validated in order (rule_table)

So if the transaction key match the mapping rule a row one insert the mapping results for row one, else move to the second rule until you find a match is no match found, well no match is the value to insert in the transaction.

Note: that the match need to be done row by row since it's priority based


the only thing is that the key for the merge is variable base on the rule (mapping table)

 


 In python it's 2 loop imbeded once you find the result you break the loop and return the results but in M i am not sure if this is possible or I am not really sure how to implement the solution.

 

thks for your help

2 Replies

  • Vijay_A_Verma's avatar
    Vijay_A_Verma
    Most Valuable Professional

    Why row no. 22 not in rule is there and Y/Z pushed at the bottom?

    • Anonymous's avatar
      Anonymous
      Not applicable

      It was an example that I was westing where their was a new transaction that was not in the mapping file (Rules) so I would attribute the the label XX to be able to adjust the values in the rule with the user.