Search notes:

PowerShell cmdLet Export-CSV

export-CSV writes the property values of objects as CSV.
get-process powershell | export-csv -noTypeInformation -path $env:temp\ps-procs.csv
get-content $env:temp\ps-procs.csv
Without the -noTypeInformation flag, the exported file's first line will start with a # and indicate the type of the exported objects.

See also

export-CSV belongs to the cmdlets with the -encoding parameter.
Powershell command noun: CSV

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/Windows/...', 1758201012, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Windows/PowerShell/command-inventory/noun/CSV/export/index(46): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78