If I tried to import from powershell to sharepoint field it adds me two 00 to the values. How to import a fields in this sequention 000,00 I have got a MS SQL view with this form 000,00 but when I import to list it shows me 00000,00, i don't know why powershell don't see the comma.
The code of powershel is:
$new["Test Field1"] = $i.TestField1
$new["Test Field2"] = $i.xTestField2