Skip to content

Commit

Permalink
Import-DbaCsv, work with numeric, too (#9534)
Browse files Browse the repository at this point in the history
  • Loading branch information
niphlod authored Nov 3, 2024
1 parent 5584b44 commit 695727b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/Import-DbaCsv.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,7 @@ function Import-DbaCsv {
'Time' { return [System.DateTime] }
'DateTime2' { return [System.DateTime] }
'Decimal' { return [System.Decimal] }
'Numeric' { return [System.Decimal] }
'Money' { return [System.Decimal] }
'SmallMoney' { return [System.Decimal] }
'Float' { return [System.Double] }
Expand Down

0 comments on commit 695727b

Please sign in to comment.