Browse Forum Posts by Tags

Showing related tags and posts for the Forums application. See all tags in the site
  • Import-CSV to custom object or Delete first line of .csv file

    Hi peops, I've come across a wee problem that I can't get my head around and I was hoping that someone here might be able to help. I'm a complete newbie to powershell (and scripting generally), but am very excited about the possiblities it appears to be able to offer. I've managed to...
    Posted to General (Forum) by cmcknz77 on 04-01-2009
    Filed under: PowerShell, CSV, Import-CSV, Export-CSV, Type Operators
  • Re: how to write a hash in the way it can easily be readed again?

    well, a hash is just string data so you could pipe it to Out-File. Or, in order to save more than one hash in a file, consider adding them to an object and writing objects to a CSV. Here is an example: $object = 1 | Select-Object "Filename", "Hash" $object.FileName = "bla"...
    Posted to General (Forum) by Tobias on 09-08-2009
    Filed under: Import-CSV, Export-CSV, Select-Object
  • Import CSV into email body ($Mail.Body)

    Hi everyone, I am trying to write a script to email using PowerShell. Issue I am not able to figure out is how to Import CSV file in the middle of body text in table format. Any help you can provide is greatly appreciated. Thank you, Asim $ol = New-Object -comObject Outlook.Application $mail = $ol.CreateItem...
    Posted to General (Forum) by asimc78 on 11-30-2011
    Filed under: CSV, Import-CSV, outlook, email, $Mail.Body
  • Import-CSV / Export-CSV with special characters / Bug?

    Is there a way to make import/export-csv work with special characters? Try this: cd $home md öttö dir | select-object Name | export-csv test.csv import-csv test.csv All special characters appear as "?". -Tobias
    Posted to General (Forum) by Tobias Weltner on 12-10-2008
    Filed under: bug, CSV, Import-CSV, Export-CSV
Page 1 of 1 (4 items)
Concentrated Tech NSoftware Dell Compellent Sponsored by Idera and Concentrated Tech and NSoftware and Dell Compellent
Copyright 2011 PowerShell.com. All rights reserved.