Hi, me again :)
I thought I had the answer to this, but it didn't work.
Tasks are
1. Join two items (file, db table)
2. ApplyBusinessRules()
3. Join the results with another file
4. process output
1)
Register(new JoinModelMasterOperation()
.Left(new
PortfolioReadOperation(Settings.Default.InputFilePath))
.Right(new
ModelMasterReadOperation(AFM_CONNECTION_NAME))
);
Should this work for 2 ?
Register(new JoinSkuLookupOperation()
.Left(new
ApplyBusinessRulesOperation()) //This is a abstractoperation
.Right(new
SkuLookupLoadReaderOperation(Settings.Default.LookupFile))
);
I did try this, but it couldn't resolve the left side. Ended up doing
a real lookup, which is much slower.
Thanks for the guidance.
--
You received this message because you are subscribed to the Google Groups
"Rhino Tools Dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/rhino-tools-dev?hl=en.