-
Hello ! I'm using SIF Adk 2.3 for .NET (AU specification) I have a couple of questions related to SQLQueryFormatter class, particularly to the mapping: 1) agent.cfg -- is it possible to define the mapping in the agent.cfg file instead of hardcoding it ? 2) All of the mapping examples are using SIFDTD...
-
Hi ! I’ve wrote a SIF Agent that uses the Mapping capability and so far – I like it, as it helps alleviating some coding I need to do. However, I’m currently stuck in several problems. I’m using: • SIFWorks .NET ADK for Australian spec. (2.3.0) • SQL Server 2005 1) StudentPersonal...
-
Mark, I'm not aware of a way to do the mapping using boolean fields as you suggest. It sounds like a good idea, though. For awhile, we've been considering adding some sort of a "condition" property to a mapping, that if evaluated to true would cause the mapping to succeed and if false...
-
We are using the .Net ADK and writing an agent as a student info publisher and we are using the mappings concept. Not sure how to handle the multiple child elements for exampe the meetingtimes child elements in Section Info data object. Any directions with mapping multiple child elements will be helpful...
-
[quote user="Tsabo"] How and is it possible to configure the mapping to support multiple siblings? Is it possible to setup the mapping for relational tables, one for SectionEnrollment and another for MeetingTime? [/quote] Yes, you can create one set of mappings for SectionEnrollment and another...
-
The ADK does not have a complete representation of Optional vs. Mandatory elements in its metadata. In addition, the ADK would have no way of knowing what to do with items marked as 'C' or 'CR', since those are by definition based on some conditional rule. The 'default' attribute...
-
This may be the document you are looking for. You can create multiple <mappings id="XYZ"></mappings> nodes directly under the <agent> node in an ADK config file