-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathtx_format.xml
More file actions
17 lines (17 loc) · 1.98 KB
/
tx_format.xml
File metadata and controls
17 lines (17 loc) · 1.98 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0"?>
<BCPFORMAT xmlns="http://schemas.microsoft.com/sqlserver/2004/bulkload/format" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<RECORD>
<FIELD ID="1" xsi:type="CharTerm" TERMINATOR="|" COLLATION="SQL_Latin1_General_CP1_CI_AS"/>
<FIELD ID="2" xsi:type="CharTerm" TERMINATOR="|" COLLATION="SQL_Latin1_General_CP1_CI_AS"/>
<FIELD ID="3" xsi:type="CharTerm" TERMINATOR="|" COLLATION="SQL_Latin1_General_CP1_CI_AS"/>
<FIELD ID="4" xsi:type="CharTerm" TERMINATOR="|" COLLATION="SQL_Latin1_General_CP1_CI_AS"/>
<FIELD ID="5" xsi:type="CharTerm" TERMINATOR="\r\n" COLLATION="SQL_Latin1_General_CP1_CI_AS"/>
</RECORD>
<ROW>
<COLUMN SOURCE="1" NAME="Code" xsi:type="SQLNVARCHAR"/>
<COLUMN SOURCE="2" NAME="Grouping" xsi:type="SQLNVARCHAR"/>
<COLUMN SOURCE="3" NAME="Classification" xsi:type="SQLNVARCHAR"/>
<COLUMN SOURCE="4" NAME="Specialization" xsi:type="SQLNVARCHAR"/>
<COLUMN SOURCE="5" NAME="Definition" xsi:type="SQLNVARCHAR"/>
</ROW>
</BCPFORMAT>