Question
Probléme EXPORT-CSV
- mahmoudi
- Auteur du sujet
- Hors Ligne
- Nouveau membre
-
Réduire
Plus d'informations
- Messages : 1
- Remerciements reçus 0
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
Merci
La pièce jointe csv.zip est absente ou indisponible
Pièces jointes :
Connexion ou Créer un compte pour participer à la conversation.
- Marc
- Hors Ligne
- Membre premium
-
Réduire
Plus d'informations
- Messages : 90
- Remerciements reçus 0
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
[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.037 secondes
- Vous êtes ici :
-
Accueil
-
forum
-
PowerShell
-
Entraide pour les débutants
- Probléme EXPORT-CSV