Skip to main content

By clicking Submit, you agree to the developerWorks terms of use.

The first time you sign into developerWorks, a profile is created for you. Select information in your developerWorks profile is displayed to the public, but you may edit the information at any time. Your first name, last name (unless you choose to hide them), and display name will accompany the content that you post.

All information submitted is secure.

  • Close [x]

The first time you sign in to developerWorks, a profile is created for you, so you need to choose a display name. Your display name accompanies the content you post on developerworks.

Please choose a display name between 3-31 characters. Your display name must be unique in the developerWorks community and should not be your email address for privacy reasons.

By clicking Submit, you agree to the developerWorks terms of use.

All information submitted is secure.

  • Close [x]

Rational Data Architect skills series, Part 2: Generate SQL/XML queries with Rational Data Architect

Transform data from relational data sources into XML format

Torsten Bittner (tbittner@us.ibm.com), Software Engineer, IBM
Torsten Bittner photo
Torsten Bittner works as a software engineer in Information Management, IBM Software Group. He carries a diploma degree in computer science from the University of Rostock, Germany. His development responsibilities include the Rational Data Architect mapping editor discovery and the query generation component.

Summary:  You can use the SQL/XML query language to transform relational data into XML format. Since it is cumbersome to manually write SQL/XML queries, IBM® Rational® Data Architect simplifies this work by automatically generating SQL/XML queries based on graphically defined mappings. Get an introduction to the SQL/XML generation component of Rational Data Architect.

View more content in this series

Date:  07 Sep 2006
Level:  Intermediate PDF:  A4 and Letter (1848 KB | 41 pages)Get Adobe® Reader®

Activity:  10336 views
Comments:  

Adding transformations







When the structure of the source data is different than the structure of the target data, transformations are required. With the mapping editor, you can add transformation functions to each mapping line. The following example shows how to add a string concatenation function to the mapping model.



  1. Create a new Mapping Model (as shown in Figure 8) Student_BookLoansInfo.msl with new library system.dbm as the source and Student_BookLoansInfo.xsd as the target.



  2. Create mappings from STUDENT.STUDENTID to the element Student_ID, BOOK_LOANS.BOOKID to BookID, and STUDENT.NAME to Name.




Figure 36. Mapping of BookInfo


  1. You want to use the target XML element BookInfo to store book title and the publisher name. In order to do so, create a mapping from BOOK.TITLE to BookInfo.
  2. Select the mapping line from BOOK.TITLE to BookInfo, and also select the column BOOK.PUBLISHER_NAME on the source side (keep the CTRL key pressed when selecting the element).
  3. Right-click on the mapping line, and select Add to Mapping from the context menu.

Figure 37. Add PUBLISHER_NAME to mapping



  1. This will result in two mapping lines connecting from the source to the target element. Right-click the mapping line, and select Transform > Add from the context menu.

Figure 38. Add transformation



  1. The Expression Builder dialog comes up to assist with building the transformation. It shows the source columns that are available for the transformation on the left-hand side. On the right, the Expression Builder shows a list of common SQL transformation functions. To add source columns and transformation functions to the transformation expression text box, double-click on them.

Figure 39. Expression Builder



  1. For the BookInfo target element, you want to concatenate the title and the publisher name. In between, you want to add a forward slash (/) as a separator. For the concatenation, use the DB2 SQL function concat( String1, String2). This DB2 SQL function is not a standardized SQL function -- that's why it does not show up in the list of available functions.
  2. Manually add the following transformation into the transformation expression text field:

CONCAT( CONCAT( SCHOOL.BOOK.TITLE, ' / ' ), SCHOOL.BOOK.PUBLISHER_NAME )


Figure 40. Expression Builder with transformation



  1. Generate the SQL/XML query. Note that the transformation function was added to the query.

Figure 41. Student_BookLoansInfo.sql with transformation



  1. Execute the query. In the result (see also Ref_StudentBookLoansInfo_result.xml) you'll see that the book title and the publishers name were correctly inserted into the XML document.


Listing 2. Query result
...
<student>
	<Student_ID>606789032</Student_ID>
	<Name>Jessica Wong</Name>
	<BookID>0-06-0522003        </BookID>
	<BookInfo>C++ Crash Course / Westly Publishing</BookInfo>
</student>
...

9 of 13 | Previous | Next

Comments



Help: Update or add to My dW interests

What's this?

This little timesaver lets you update your My developerWorks profile with just one click! The general subject of this content (AIX and UNIX, Information Management, Lotus, Rational, Tivoli, WebSphere, Java, Linux, Open source, SOA and Web services, Web development, or XML) will be added to the interests section of your profile, if it's not there already. You only need to be logged in to My developerWorks.

And what's the point of adding your interests to your profile? That's how you find other users with the same interests as yours, and see what they're reading and contributing to the community. Your interests also help us recommend relevant developerWorks content to you.

View your My developerWorks profile

Return from help

Help: Remove from My dW interests

What's this?

Removing this interest does not alter your profile, but rather removes this piece of content from a list of all content for which you've indicated interest. In a future enhancement to My developerWorks, you'll be able to see a record of that content.

View your My developerWorks profile

Return from help

static.content.url=http://www.ibm.com/developerworks/js/artrating/
SITE_ID=1
Zone=Information Management, Rational, Architecture
ArticleID=157917
TutorialTitle=Rational Data Architect skills series, Part 2: Generate SQL/XML queries with Rational Data Architect
publish-date=09072006
author1-email=tbittner@us.ibm.com
author1-email-cc=

Tags

Help
Use the search field to find all types of content in My developerWorks with that tag.

Use the slider bar to see more or fewer tags.

Popular tags shows the top tags for this particular content zone (for example, Java technology, Linux, WebSphere).

My tags shows your tags for this particular content zone (for example, Java technology, Linux, WebSphere).

Use the search field to find all types of content in My developerWorks with that tag. Popular tags shows the top tags for this particular content zone (for example, Java technology, Linux, WebSphere). My tags shows your tags for this particular content zone (for example, Java technology, Linux, WebSphere).

Try IBM PureSystems. No charge.