Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Powershell csv sync
#6
Can't test it currently but the command should look like this

$BaseItem = Get-RDBaseItemId -ItemPath "Connections\MyNode"
New-RDBaseItemImportCsv -ItemId $BaseItem.ItemId -CsvFilename "MyFile.csv" -OutputFilename c:\temp\sync.txt -sync -overwrite -DeleteOption Delete
Regards/Gruss
Oliver
Reply


Messages In This Thread
Powershell csv sync - by poohbear - 01-03-2021, 09:58 PM
RE: Powershell csv sync - by DevOma - 02-03-2021, 10:36 AM
RE: Powershell csv sync - by poohbear - 29-09-2021, 07:23 PM
RE: Powershell csv sync - by DevOma - 30-09-2021, 07:42 AM
RE: Powershell csv sync - by poohbear - 30-09-2021, 10:28 PM
RE: Powershell csv sync - by DevOma - 30-09-2021, 11:03 PM
RE: Powershell csv sync - by DevOma - 30-09-2021, 11:06 PM



Users browsing this thread: 1 Guest(s)