Ravi Dawar
New Member
Hi,
I am working on a data migration project and we need to understand the source system rules. They provided us an extract of the rules which is in this form -
AND
OR
value(pi.employeeSegment) = literal(active) -- If no value is specified: [Fragment is false]
value(pi.employeeSegment) = literal(retiree) -- If no value is specified: [Fragment is false]
OR
value(pi.ACTStatus) = literal(existing) -- If no value is specified: [Fragment is false]
value(pi.ACTStatusValue) = literal(ACTV) -- If no value is specified: [Fragment is false]
I need help in extracting the following fields from this block -
1. employeeSegment
2. ACTStatus
3. ACTStatusValue
There are other 400 such blocks so I want some way in excel to give me all such parameters being used so that I can talk to the source team and get a understanding of these parameters.
*It would be a BONUS if I can somehow extract the values these parameters are being compared against. E.g. in above example, employeeSegment is being compared to active OR retiree.
Appreciate your help!
I am working on a data migration project and we need to understand the source system rules. They provided us an extract of the rules which is in this form -
AND
OR
value(pi.employeeSegment) = literal(active) -- If no value is specified: [Fragment is false]
value(pi.employeeSegment) = literal(retiree) -- If no value is specified: [Fragment is false]
OR
value(pi.ACTStatus) = literal(existing) -- If no value is specified: [Fragment is false]
value(pi.ACTStatusValue) = literal(ACTV) -- If no value is specified: [Fragment is false]
I need help in extracting the following fields from this block -
1. employeeSegment
2. ACTStatus
3. ACTStatusValue
There are other 400 such blocks so I want some way in excel to give me all such parameters being used so that I can talk to the source team and get a understanding of these parameters.
*It would be a BONUS if I can somehow extract the values these parameters are being compared against. E.g. in above example, employeeSegment is being compared to active OR retiree.
Appreciate your help!