Skip to content

Commit 695727b

Browse files
authored
Import-DbaCsv, work with numeric, too (#9534)
1 parent 5584b44 commit 695727b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

public/Import-DbaCsv.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,7 @@ function Import-DbaCsv {
410410
'Time' { return [System.DateTime] }
411411
'DateTime2' { return [System.DateTime] }
412412
'Decimal' { return [System.Decimal] }
413+
'Numeric' { return [System.Decimal] }
413414
'Money' { return [System.Decimal] }
414415
'SmallMoney' { return [System.Decimal] }
415416
'Float' { return [System.Double] }

0 commit comments

Comments
 (0)