A couple of days ago I had a question. One guy had to generate dimension set rules for ledger accounts, based on information from an Excel file. The file contained 3 columns: the first one for ledger accounts, the second one for values of the first dimension (say, Departments), and the third column for values of the second dimension (say, Cost Centers):
'10510', '49', '0''10511', '49', '3''10600', '49', '0''10600', '49', '6''10600', '50', '0''10651', '49', '0''10651', '50', '0''10800', '49', '0''10811', '49', '0''10900', '49', '0'
and so on. As can be seen from the sample:
etc.
I have written a sample job that generates dimension set rules based on this information.
Pre-conditions for the job:
As a result of the job execution:
The job may be found in the attachment.