rejectreport.top_de.text

来自「纯Java的数据库」· TEXT 代码 · 共 60 行

TEXT
60
字号
<HTML>

<!--   END USERS:  To customize, write your own CSS file named
       "rejects_custom.css" and place it in same directory as
       this file is read from.
       Probably makes most sense to start by overriding the styles
       that are set in the STYLE block below.
       If you copy this file, email it to somebody, etc., remember
       to send your rejects_custom.css file too, or it will appear
       without customization in the new location.  -- blaine
-->

<HEAD>
    <TITLE>SqlTool DSV Reject Report</TITLE>
    <STYLE>
        th { background-color:DDEEEE; }
        .right { text-align:right; }
        td.reason { font-size:95%; font-weight:bold;}
        th.reason { text-decoration:underline; color:red; }
        .center { text-align:center; }
        body { background:silver; }
        span.headingval { font-weight:bold; font-style:courier; }
        table { background-color:white; }
        tr.oddrow { background-color:#EEEEEE; }
        tr.evenrow { background-color:#EEFFFF; }
        td.sum { border:3px solid #006363; font-weight:bold; }
        div.footnote { margin:10px; font-size:90%;}
    </STYLE>
    <LINK rel='stylesheet' href='rejects_custom.css' type='text/css'>
</HEAD>
<BODY>

<P>
    Import performed <SPAN class='headingval'>%{1}</SPAN> with SqlTool.
</P>
<P>
    Input DSV file: <SPAN class='headingval'>%{2}</SPAN>
</P>
<P>
    Reject DSV file: <SPAN class='headingval'>%{3}</SPAN>
</P>
%{4:+
<P>
    The corresponding records in '%4'
    are at line numbers of (reject # + 1), since the
    header record occupies the first line.
</P>
}

<TABLE border='1px' cellpadding='5px'>
    <THEAD><TR>
        <TH title="Number of this error">rej.&nbsp;#</TH>
        <TH title="Line number in input .dsv file">input<BR/>line&nbsp;#</TH>
        <TH title="Offending column.  Blank if unknown.">
            bad&nbsp;column<BR/>(if&nbsp;known)</TH>
        <TH title="Reason for failure, from DSV parser or database"
            class='reason'>reason</TH>
    </TR></THEAD>
    <TBODY>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?