Question Probléme EXPORT-CSV

Plus d'informations
il y a 9 ans 1 mois #23217 par mahmoudi
Probléme EXPORT-CSV a été créé par mahmoudi
bonjour après plusieurs essais je n'arrive toujours pas à exporter mes données en CSV. si l'un d'entre vous pourrait m'aider sa serait cool

Merci





La pièce jointe csv.zip est absente ou indisponible

Pièces jointes :

Connexion ou Créer un compte pour participer à la conversation.

Plus d'informations
il y a 9 ans 1 mois #23218 par Marc
Réponse de Marc sur le sujet Re:Probléme EXPORT-CSV
Bonjour,

[code:1]PS C:\> get-help Export-Csv

NOM
Export-Csv

SYNTAXE
Export-Csv [[-Path] <string>] [[-Delimiter] <char>] -InputObject <psobject> [-LiteralPath <string>] [-Force]
[-NoClobber] [-Encoding <string> {Unicode | UTF7 | UTF8 | ASCII | UTF32 | BigEndianUnicode | Default | OEM}]
[-Append] [-NoTypeInformation] [-WhatIf] [-Confirm] [<CommonParameters>]

Export-Csv [[-Path] <string>] -InputObject <psobject> [-LiteralPath <string>] [-Force] [-NoClobber] [-Encoding
<string> {Unicode | UTF7 | UTF8 | ASCII | UTF32 | BigEndianUnicode | Default | OEM}] [-Append] [-UseCulture]
[-NoTypeInformation] [-WhatIf] [-Confirm] [<CommonParameters>][/code:1]

Export-CSV attend un psobject en input.
Or ta fonction renvois un string.<br><br>Message édité par: marcci, à: 21/02/17 11:02

Connexion ou Créer un compte pour participer à la conversation.

Temps de génération de la page : 0.038 secondes
Propulsé par Kunena