forked from sleepingdog/IMdb-sql-queries
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtitle-crew.xml
More file actions
13 lines (13 loc) · 733 Bytes
/
title-crew.xml
File metadata and controls
13 lines (13 loc) · 733 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<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="\t" MAX_LENGTH="12" COLLATION="SQL_Latin1_General_CP1_CI_AS"/>
<FIELD ID="2" xsi:type="CharTerm" TERMINATOR="\t" MAX_LENGTH="10000"/>
<FIELD ID="3" xsi:type="CharTerm" TERMINATOR="\n" MAX_LENGTH="10000"/>
</RECORD>
<ROW>
<COLUMN SOURCE="1" NAME="tconst" xsi:type="SQLVARYCHAR"/>
<COLUMN SOURCE="2" NAME="directors" xsi:type="SQLNVARCHAR"/>
<COLUMN SOURCE="3" NAME="writers" xsi:type="SQLNVARCHAR"/>
</ROW>
</BCPFORMAT>