Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

groovy data grid multi dimensional mapping possible?

I use DataGridDefinitionBuilder to power the data movement from one plan type to another and use a Map variable to do some member replacements. It works great but now I have to introduce a multi dim map. My source grid columns are ordered in such a way to support what I'm trying to do:

source grid: e_123, acct123, FY24

In my Map variable I can easily insert a mapping to map any one the source values to something else:

Map myMaps = ['acct123' : 'targetAccount']

BUT if try mapping a combination of values like so it chokes:

Map myMaps = ['acct123, FY24' : 'targetAccount, FY25']

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!