IM Relationship Resolution Information Center, Version 4.2

UMF formatting utility

You can use the UMF formatting utility to convert UMF records to and from wide and tall formats. The UMF formatting utility can also extract UMF data that is defined by a given tag.

UMF records can be displayed as a single line (wide format) or as a series of indented lines where each line contains an XML element and value (tall format).

Example: wide format

<name><name_type>M</name_type><first_name>John</first_name><last_name>Smith</last_name></name>

Example: tall format

<name>
	<name_type>M</name_type>
	<first_name>John</first_name>
	<last_name>Smith</last_name>
</name>


Feedback

Last updated: 2009