Skip to content

Commit

Permalink
Fixed KeyContactType.xml test
Browse files Browse the repository at this point in the history
  • Loading branch information
raczeja committed Feb 2, 2021
1 parent b880f1c commit 55d8fd1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
keyTableName="AdventureWorks2008R2.dbo.TemplateContactType"
keyTableColumns="Name varchar(50) NOT NULL" />
<!-- separator -> CSV file separtor. Default is "," -->
<file filename="..\ContactType.csv" separator=";" startAtRow="2" ignoredColumns="1,5" testSetColumn="1">
<file filename="ContactType.csv" separator=";" startAtRow="2" ignoredColumns="1,5" testSetColumn="1">
<transformers>
<transformer column="1">REMOVE_LEADING_ZEROS</transformer>
</transformers>
Expand Down

0 comments on commit 55d8fd1

Please sign in to comment.