Vertaling van "export-csv" in Frans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
You can also pipe objects to Export-CSV.
Vous pouvez également diriger les objets vers Export-CSV.
Notes The Export-CSV cmdlet converts the objects that you submit into a series of CSV variable-length strings and saves them in the specified text file.
L'applet de commande Export-CSV convertit les objets que vous envoyez en une série de chaînes de longueur variable au format CSV, puis les enregistre dans le fichier texte spécifié.
The pipeline operator (|) passes the result to the Export-Csv cmdlet, which formats the history as comma-separated text and saves it in the History.csv file.
L'opérateur de pipeline (|) passe le résultat à l'applet de commande Export-Csv, laquelle met en forme l'historique en tant que texte séparé par des virgules et l'enregistre dans le fichier History.csv.
It uses a pipeline operator (|) to send the process objects to the Export-CSV cmdlet, which exports the process objects to the Processes.csv file in the current directory.
Elle utilise un opérateur de pipeline (|) pour envoyer les objets processus à l'applet de commande Export-CSV, qui exporte ces objets vers le fichier Processes.csv du répertoire actif.
These cmdlets are the same as the Export-CSV and Import-CSV cmdlets, except that they do not save the CSV strings in a file.
Ces applets de commande sont identiques aux applets de commande Export-CSV et Import-CSV, à ceci près qu'elles n'enregistrent pas les chaînes CSV dans un fichier.
You can also use the Export-CSV and Import-CSV cmdlets to convert objects to CSV strings in a file (and back).
Vous pouvez également utiliser les applets de commande Export-CSV et Import-CSV pour convertir des objets en chaînes CSV dans un fichier (et inversement).
You can use Export-CSV to save objects in a CSV file and then use the Import-CSV cmdlet to create objects from the text in the CSV file.
Vous pouvez utiliser Export-CSV pour enregistrer les objets dans un fichier CSV, puis utiliser l'applet de commande Import-CSV pour créer des objets à partir du texte du fichier CSV.
It pipes the information to the Export-Csv cmdlet and then stores that information in the Services.csv file.
Elle dirige les informations vers l'applet de commande Export-Csv, puis les stocke dans le fichier Services.csv.
Export-CSV is the same as ConvertTo-CSV, except that it saves the CSV strings in a file.
L'applet Export-CSV est identique à l'applet ConvertTo-CSV, à ceci près qu'elle enregistre les chaînes CSV dans un fichier.
It uses the UseCulture parameter to direct Export-CSV to use the delimiter specified by the ListSeparator property of the current culture. Example 5
Elle utilise le paramètre UseCulture pour demander à Export-CSV d'utiliser le délimiteur spécifié par la Cette commande exporte les objets représentant les processus de l'ordinateur vers le fichier Processes.csv du répertoire actif.
To do so, export the results of a Get-History command to a file by using Export-CSV or Export-Clixml and then import the file by using Import-CSV or Import-Clixml.
Pour ce faire, exportez les résultats d'une commande Get-History vers un fichier en utilisant Export-CSV ou Export-Clixml, puis importez le fichier en utilisant Import-CSV ou Import-Clixml.
You can pipe any.NET Framework object to Export-CSV.
Vous pouvez diriger n'importe quel objet.NET Framework vers Export-CSV.
When you submit multiple objects to Export-CSV, Export-CSV organizes the file based on the properties of the first object that you submit.
Lorsque vous envoyez plusieurs objets à Export-CSV, Export-CSV organise le fichier en fonction des propriétés du premier objet que vous envoyez.