📄 rejectreport.top.text
字号:
<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. #</TH>
<TH title="Line number in input .dsv file">input<BR/>line #</TH>
<TH title="Offending column. Blank if unknown.">
bad column<BR/>(if 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -