forked from docs/doc-exports
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com> Co-authored-by: Su, Xiaomeng <suxiaomeng1@huawei.com> Co-committed-by: Su, Xiaomeng <suxiaomeng1@huawei.com>
217 lines
20 KiB
HTML
217 lines
20 KiB
HTML
<a name="dli_08_15022"></a><a name="dli_08_15022"></a>
|
|
|
|
<h1 class="topictitle1">Maxwell</h1>
|
|
<div id="body0000001262655742"><div class="section" id="dli_08_15022__section14475651181811"><h4 class="sectiontitle">Function</h4><p id="dli_08_15022__p2086414479712">Maxwell is a Changelog Data Capture (CDC) tool that can stream changes in real-time from MySQL into Kafka and other streaming connectors. Maxwell provides a unified format schema for changelog and supports to serialize messages using JSON.</p>
|
|
<p id="dli_08_15022__p18251753182412">Flink supports to interpret Maxwell JSON messages as INSERT/UPDATE/DELETE messages into Flink SQL system. This is useful in many cases to leverage this feature, </p>
|
|
</div>
|
|
<p id="dli_08_15022__p8060118">such as:</p>
|
|
<ul id="dli_08_15022__ul3512142202111"><li id="dli_08_15022__li1251213420218">Synchronizing incremental data from databases to other systems</li><li id="dli_08_15022__li1962814913223">Auditing logs</li><li id="dli_08_15022__li9368520122211">Real-time materialized views on databases</li><li id="dli_08_15022__li463062914229">Temporal join changing history of a database table and so on</li></ul>
|
|
<p id="dli_08_15022__p2093610424228">Flink also supports to encode the INSERT/UPDATE/DELETE messages in Flink SQL as Maxwell JSON messages, and emit to external systems like Kafka. However, currently Flink cannot combine UPDATE_BEFORE and UPDATE_AFTER into a single UPDATE message. Therefore, Flink encodes UPDATE_BEFORE and UDPATE_AFTER as DELETE and INSERT Maxwell messages.</p>
|
|
<p id="dli_08_15022__p19762185318819">For details, see <a href="https://nightlies.apache.org/flink/flink-docs-release-1.15/docs/connectors/table/formats/maxwell/" target="_blank" rel="noopener noreferrer">Maxwell Format</a>.</p>
|
|
<div class="section" id="dli_08_15022__section813135324020"><h4 class="sectiontitle">Supported Connectors</h4><ul id="dli_08_15022__ul4477192194417"><li id="dli_08_15022__li247702194418">Kafka</li><li id="dli_08_15022__li07192518174">FileSystem</li></ul>
|
|
</div>
|
|
<div class="section" id="dli_08_15022__section044663822314"><h4 class="sectiontitle">Caveats</h4><p id="dli_08_15022__p18790044132313">The Maxwell application allows to deliver every change event exactly-once. Flink works pretty well when consuming Maxwell produced events in this situation. If Maxwell application works in at-least-once delivery, it may deliver duplicate change events to Kafka and Flink will get the duplicate events. This may cause Flink query to get wrong results or unexpected exceptions. Thus, it is recommended setting job configuration <strong id="dli_08_15022__b112802034194720">table.exec.source.cdc-events-duplicate</strong> to <strong id="dli_08_15022__b14394103712475">true</strong> and define <strong id="dli_08_15022__b11977184013475">PRIMARY KEY</strong> on the source in this situation. Framework will generate an additional stateful operator, and use the primary key to deduplicate the change events and produce a normalized changelog stream.</p>
|
|
</div>
|
|
<div class="section" id="dli_08_15022__section146400512257"><h4 class="sectiontitle">Parameters</h4>
|
|
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="dli_08_15022__table19357124612615" frame="border" border="1" rules="all"><caption><b>Table 1 </b>Parameters</caption><thead align="left"><tr id="dli_08_15022__row535894682615"><th align="left" class="cellrowborder" valign="top" width="20%" id="mcps1.3.8.2.2.6.1.1"><p id="dli_08_15022__p935817463265">Parameter</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="7.89%" id="mcps1.3.8.2.2.6.1.2"><p id="dli_08_15022__p10358124617269">Mandatory</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="9.01%" id="mcps1.3.8.2.2.6.1.3"><p id="dli_08_15022__p14358184611265">Default Value</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="10.32%" id="mcps1.3.8.2.2.6.1.4"><p id="dli_08_15022__p5358144612264">Type</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="52.78%" id="mcps1.3.8.2.2.6.1.5"><p id="dli_08_15022__p1235816469264">Description</p>
|
|
</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody><tr id="dli_08_15022__row1635874616261"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.8.2.2.6.1.1 "><p id="dli_08_15022__p935874612610">format</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="7.89%" headers="mcps1.3.8.2.2.6.1.2 "><p id="dli_08_15022__p6358546192616">Yes</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="9.01%" headers="mcps1.3.8.2.2.6.1.3 "><p id="dli_08_15022__p435810461269">None</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="10.32%" headers="mcps1.3.8.2.2.6.1.4 "><p id="dli_08_15022__p435819465261">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="52.78%" headers="mcps1.3.8.2.2.6.1.5 "><p id="dli_08_15022__p5139513182815">Format to be used. Set this parameter to <strong id="dli_08_15022__b1524718011715">'maxwell-json'</strong>.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="dli_08_15022__row735804619266"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.8.2.2.6.1.1 "><p id="dli_08_15022__p7358124672619">maxwell-json.ignore-parse-errors</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="7.89%" headers="mcps1.3.8.2.2.6.1.2 "><p id="dli_08_15022__p18358146132614">No</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="9.01%" headers="mcps1.3.8.2.2.6.1.3 "><p id="dli_08_15022__p13358114617268">false</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="10.32%" headers="mcps1.3.8.2.2.6.1.4 "><p id="dli_08_15022__p1135854632616">Boolean</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="52.78%" headers="mcps1.3.8.2.2.6.1.5 "><p id="dli_08_15022__p19358946172617">Whether fields and rows with parse errors will be skipped or failed. Fields are set to null in case of errors.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="dli_08_15022__row53581246162612"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.8.2.2.6.1.1 "><p id="dli_08_15022__p9358546122617">maxwell-json.timestamp-format.standard</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="7.89%" headers="mcps1.3.8.2.2.6.1.2 "><p id="dli_08_15022__p193581046162612">No</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="9.01%" headers="mcps1.3.8.2.2.6.1.3 "><p id="dli_08_15022__p0358946102616">'SQL'</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="10.32%" headers="mcps1.3.8.2.2.6.1.4 "><p id="dli_08_15022__p173581346172613">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="52.78%" headers="mcps1.3.8.2.2.6.1.5 "><p id="dli_08_15022__p2040317440103">Specify the input and output timestamp format. Currently supported values are <strong id="dli_08_15022__b48881633154316">SQL</strong> and <strong id="dli_08_15022__b71851439194318">ISO-8601</strong>:</p>
|
|
<ul id="dli_08_15022__ul1685715941018"><li id="dli_08_15022__li1699104181118"><strong id="dli_08_15022__b881913217446">SQL</strong> will parse input timestamp in "yyyy-MM-dd HH:mm:ss.s{precision}" format, e.g '2020-12-30 12:13:14.123' and output timestamp in the same format.</li><li id="dli_08_15022__li0857185921013"><strong id="dli_08_15022__b4873132619445">ISO-8601</strong> will parse input timestamp in "yyyy-MM-ddTHH:mm:ss.s{precision}" format, e.g '2020-12-30T12:13:14.123' and output timestamp in the same format.</li></ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="dli_08_15022__row143588467263"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.8.2.2.6.1.1 "><p id="dli_08_15022__p1835817462261">maxwell-json.map-null-key.mode</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="7.89%" headers="mcps1.3.8.2.2.6.1.2 "><p id="dli_08_15022__p1359194682613">No</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="9.01%" headers="mcps1.3.8.2.2.6.1.3 "><p id="dli_08_15022__p5359746172610">'FAIL'</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="10.32%" headers="mcps1.3.8.2.2.6.1.4 "><p id="dli_08_15022__p63591346172618">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="52.78%" headers="mcps1.3.8.2.2.6.1.5 "><p id="dli_08_15022__p878818544123">Specify the handling mode when serializing null keys for map data. Currently supported values are <strong id="dli_08_15022__b1065916114454">FAIL</strong>, <strong id="dli_08_15022__b101226814454">DROP</strong>, and <strong id="dli_08_15022__b1587571334511">LITERAL</strong>:</p>
|
|
<ul id="dli_08_15022__ul16524105611216"><li id="dli_08_15022__li85241236191315"><strong id="dli_08_15022__b533373144510">FAIL</strong> will throw exception when encountering map with null key.</li><li id="dli_08_15022__li198461137142"><strong id="dli_08_15022__b1486712463451">DROP</strong> will drop null key entries for map data.</li><li id="dli_08_15022__li12524135619124"><strong id="dli_08_15022__b798452194617">LITERAL</strong> will replace null key with string literal. The string literal is defined by <strong id="dli_08_15022__b149512318467">maxwell-json.map-null-key.literal</strong>.</li></ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="dli_08_15022__row2035964612618"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.8.2.2.6.1.1 "><p id="dli_08_15022__p15359134615268">maxwell-json.map-null-key.literal</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="7.89%" headers="mcps1.3.8.2.2.6.1.2 "><p id="dli_08_15022__p7359144613263">No</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="9.01%" headers="mcps1.3.8.2.2.6.1.3 "><p id="dli_08_15022__p1135974610263">'null'</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="10.32%" headers="mcps1.3.8.2.2.6.1.4 "><p id="dli_08_15022__p1935911462265">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="52.78%" headers="mcps1.3.8.2.2.6.1.5 "><p id="dli_08_15022__p93591846102612">Specify string literal to replace null key when <strong id="dli_08_15022__b9601543134618">maxwell-json.map-null-key.mode</strong> is <strong id="dli_08_15022__b10993164519467">LITERAL</strong>.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="dli_08_15022__row1935819434156"><td class="cellrowborder" valign="top" width="20%" headers="mcps1.3.8.2.2.6.1.1 "><p id="dli_08_15022__p8358144312152">maxwell-json.encode.decimal-as-plain-number</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="7.89%" headers="mcps1.3.8.2.2.6.1.2 "><p id="dli_08_15022__p73581143191515">No</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="9.01%" headers="mcps1.3.8.2.2.6.1.3 "><p id="dli_08_15022__p1935815432157">false</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="10.32%" headers="mcps1.3.8.2.2.6.1.4 "><p id="dli_08_15022__p14358154311157">Boolean</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="52.78%" headers="mcps1.3.8.2.2.6.1.5 "><p id="dli_08_15022__p6358184311512">Encode all decimals as plain numbers instead of possible scientific notations. By default, decimals may be written using scientific notation. For example, <strong id="dli_08_15022__b1855413232475">0.000000027</strong> is encoded as <strong id="dli_08_15022__b16101127104715">2.7E-8</strong> by default, and will be written as <strong id="dli_08_15022__b1194318326479">0.000000027</strong> if set this parameter to <strong id="dli_08_15022__b17973535134710">true</strong>.</p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div class="section" id="dli_08_15022__section438962784613"><h4 class="sectiontitle">Metadata</h4><p id="dli_08_15022__p82033144615">The following format metadata can be exposed as read-only (VIRTUAL) columns in DDL.</p>
|
|
|
|
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="dli_08_15022__table12801104515464" frame="border" border="1" rules="all"><caption><b>Table 2 </b>Metadata</caption><thead align="left"><tr id="dli_08_15022__row5801134512468"><th align="left" class="cellrowborder" valign="top" width="33.33333333333333%" id="mcps1.3.9.3.2.4.1.1"><p id="dli_08_15022__p980111451464">Key</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="33.33333333333333%" id="mcps1.3.9.3.2.4.1.2"><p id="dli_08_15022__p8802144510464">Data Type</p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="33.33333333333333%" id="mcps1.3.9.3.2.4.1.3"><p id="dli_08_15022__p1880224510463">Description</p>
|
|
</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody><tr id="dli_08_15022__row188021945124619"><td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.9.3.2.4.1.1 "><p id="dli_08_15022__p58021045114613">database</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.9.3.2.4.1.2 "><p id="dli_08_15022__p0802134554616">STRING NULL</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.9.3.2.4.1.3 "><p id="dli_08_15022__p2802045194614">The originating database. Corresponds to the <strong id="dli_08_15022__b19326111119489">database</strong> field in the Maxwell record if available.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="dli_08_15022__row480224564615"><td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.9.3.2.4.1.1 "><p id="dli_08_15022__p14802194564615">table</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.9.3.2.4.1.2 "><p id="dli_08_15022__p1080234520462">STRING NULL</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.9.3.2.4.1.3 "><p id="dli_08_15022__p10802545184611">The originating database table. Corresponds to the <strong id="dli_08_15022__b10951334204817">table</strong> field in the Maxwell record if available.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="dli_08_15022__row0802164514619"><td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.9.3.2.4.1.1 "><p id="dli_08_15022__p12802154584611">primary-key-columns</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.9.3.2.4.1.2 "><p id="dli_08_15022__p580218456464">ARRAY<STRING> NULL</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.9.3.2.4.1.3 "><p id="dli_08_15022__p208021745174619">Array of primary key names. Corresponds to the <strong id="dli_08_15022__b16547559144814">primary_key_columns</strong> field in the Maxwell record if available.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="dli_08_15022__row10802124513463"><td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.9.3.2.4.1.1 "><p id="dli_08_15022__p16802154594611">ingestion-timestamp</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.9.3.2.4.1.2 "><p id="dli_08_15022__p6802174504614">TIMESTAMP_LTZ(3) NULL</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="33.33333333333333%" headers="mcps1.3.9.3.2.4.1.3 "><p id="dli_08_15022__p280234534610">The timestamp at which the connector processed the event. Corresponds to the <strong id="dli_08_15022__b136751319134917">ts</strong> field in the Maxwell record.</p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<p id="dli_08_15022__p1662136155014">The following is an example of using metadata:</p>
|
|
<pre class="screen" id="dli_08_15022__screen188381947184911">CREATE TABLE KafkaTable (
|
|
origin_database STRING METADATA FROM 'value.database' VIRTUAL,
|
|
origin_table STRING METADATA FROM 'value.table' VIRTUAL,
|
|
origin_primary_key_columns ARRAY<STRING> METADATA FROM 'value.primary-key-columns' VIRTUAL,
|
|
origin_ts TIMESTAMP(3) METADATA FROM 'value.ingestion-timestamp' VIRTUAL,
|
|
user_id BIGINT,
|
|
item_id BIGINT,
|
|
behavior STRING
|
|
) WITH (
|
|
'connector' = 'kafka',
|
|
'topic' = '<em id="dli_08_15022__i51903282503"><strong id="dli_08_15022__b177381727165011">kafkaTopic</strong></em>',
|
|
'properties.bootstrap.servers' = '<em id="dli_08_15022__i49071344503"><strong id="dli_08_15022__b3907123418503">KafkaAddress1:KafkaPort,KafkaAddress2:KafkaPort</strong></em>',
|
|
'properties.group.id' = '<em id="dli_08_15022__i579634465018"><strong id="dli_08_15022__b835684445018">GroupId</strong></em>',
|
|
'scan.startup.mode' = 'earliest-offset',
|
|
'value.format' = 'maxwell-json'
|
|
);</pre>
|
|
</div>
|
|
<div class="section" id="dli_08_15022__section9958949174411"><h4 class="sectiontitle">Example</h4><p id="dli_08_15022__p15881132116016">Use Kafka to send data and output the data to Print.</p>
|
|
<ol id="dli_08_15022__ol8219141522813"><li id="dli_08_15022__li04031578234"><span>Create a datasource connection for the communication with the VPC and subnet where Kafka locates and bind the connection to the queue. Set a security group and inbound rule to allow access of the queue and test the connectivity of the queue using the Kafka IP address. For example, locate a general-purpose queue where the job runs and choose <strong id="dli_08_15022__b5231312143314">More</strong> > <strong id="dli_08_15022__b1823271233316">Test Address Connectivity</strong> in the <strong id="dli_08_15022__b13233412163314">Operation</strong> column. If the connection is successful, the datasource is bound to the queue. Otherwise, the binding fails.</span></li><li id="dli_08_15022__li8898724152820"><span>Create a Flink OpenSource SQL job and select Flink 1.15. Copy the following statement and submit the job:</span><p><pre class="screen" id="dli_08_15022__screen13511156292">CREATE TABLE kafkaSource (
|
|
id bigint,
|
|
name string,
|
|
description string,
|
|
weight DECIMAL(10, 2)
|
|
) WITH (
|
|
'connector' = 'kafka',
|
|
'topic' = '<em id="dli_08_15022__i045714274412"><strong id="dli_08_15022__b189562417445">kafkaTopic</strong></em>',
|
|
'properties.bootstrap.servers' = '<em id="dli_08_15022__i13283145113512"><strong id="dli_08_15022__b4283751135115">KafkaAddress1:KafkaPort,KafkaAddress2:KafkaPort</strong></em>',
|
|
'properties.group.id' = '<em id="dli_08_15022__i19641446174411"><strong id="dli_08_15022__b5854144510444">GroupId</strong></em>',
|
|
'scan.startup.mode' = 'latest-offset',
|
|
'format' = 'maxwell-json'
|
|
);
|
|
|
|
|
|
CREATE TABLE printSink (
|
|
id bigint,
|
|
name string,
|
|
description string,
|
|
weight DECIMAL(10, 2)
|
|
) WITH (
|
|
'connector' = 'print'
|
|
);
|
|
insert into printSink select * from kafkaSource;</pre>
|
|
</p></li><li id="dli_08_15022__li1467893242816"><span>Insert the data below into the appropriate Kafka topics (for details about the meaning of each field, see <a href="http://maxwells-daemon.io/dataformat/" target="_blank" rel="noopener noreferrer">Maxwell documentation</a>):</span><p><pre class="screen" id="dli_08_15022__screen91771126153016">{
|
|
"database":"test",
|
|
"table":"e",
|
|
"type":"insert",
|
|
"ts":1477053217,
|
|
"xid":23396,
|
|
"commit":true,
|
|
"position":"master.000006:800911",
|
|
"server_id":23042,
|
|
"thread_id":108,
|
|
"primary_key": [1, "2016-10-21 05:33:37.523000"],
|
|
"primary_key_columns": ["id", "c"],
|
|
"data":{
|
|
"id":111,
|
|
"name":"scooter",
|
|
"description":"Big 2-wheel scooter",
|
|
"weight":5.15
|
|
},
|
|
"old":{
|
|
"weight":5.18
|
|
}
|
|
}</pre>
|
|
</p></li><li id="dli_08_15022__li4353143193117"><span>Perform the following operations to view the data result in the <strong id="dli_08_15022__b10296535689272">taskmanager.out</strong> file:</span><p><ol type="a" id="dli_08_15022__ol864115198285"><li id="dli_08_15022__li10901621122819">Log in to the DLI console. In the navigation pane, choose <strong id="dli_08_15022__b66729318391924">Job Management</strong> > <strong id="dli_08_15022__b190980639491924">Flink Jobs</strong>.</li><li id="dli_08_15022__li1912163912282">Click the name of the corresponding Flink job, choose <strong id="dli_08_15022__b191989377591935">Run Log</strong>, click <strong id="dli_08_15022__b8870936591935">OBS Bucket</strong>, and locate the folder of the log you want to view according to the date.</li><li id="dli_08_15022__li0641191914285">Go to the folder of the date, find the folder whose name contains <strong id="dli_08_15022__b15956323142756">taskmanager</strong>, download the <strong id="dli_08_15022__b200607122942756">.out</strong> file, and view result logs.</li></ol>
|
|
<pre class="screen" id="dli_08_15022__screen1268774014308">+I[111, scooter, Big 2-wheel scooter, 5.15]</pre>
|
|
</p></li></ol>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="dli_08_15014.html">Formats</a></div>
|
|
</div>
|
|
</div>
|
|
|