mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-14 23:33:18 +00:00
@@ -108,7 +108,7 @@ function ConvertFrom-ExcelToSQLInsert {
|
|||||||
'NULL'
|
'NULL'
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
"'" + $record.$propertyName + "'"
|
"'" + (($record.$propertyName) -replace "'","''") + "'"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$targetValues = ($values -join ", ")
|
$targetValues = ($values -join ", ")
|
||||||
|
|||||||
Reference in New Issue
Block a user