Vertaling van "Import-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.
The column header determines the names of the properties of the object that Import-CSV creates.
L'en-tête de colonne détermine le nom des propriétés de l'objet créé par Import-CSV.
You can then use the Import-CSV cmdlet to re-create objects from the CSV strings in the files.
Vous pouvez ensuite utiliser l'applet de commande Import-CSV pour recréer les objets à partir des chaînes CSV des fichiers.
Import-CSV returns the objects described by the content in the CSV file.
Import-CSV retourne les objets décrits par le contenu dans le fichier CSV.
When importing, the Import-CSV file uses the Delimiter parameter to indicate the delimiter that is used in the file.
Lors de l'importation, le fichier Import-CSV utilise le paramètre Delimiter pour indiquer le délimiteur utilisé dans le fichier.
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.
The sixth command uses the Import-CSV cmdlet to import the Jobs.csv file and convert the CSV strings into a CSV version of the job object.
La sixième commande utilise l'applet de commande Import-CSV pour importer le fichier Jobs.csv et convertir les chaînes CSV en une version CSV de l'objet tâche.
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.
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 use this parameter to submit a HistoryInfo object from Get-History, Import-Clixml, or Import-CSV to Add-History. Required?
Vous pouvez utiliser ce paramètre pour envoyer un objet HistoryInfo de Get-History, Import-Clixml ou Import-CSV à Add-History.
The first command uses the Import-Csv cmdlet to import the commands in the History.csv file and store its contents in the variable $a.
La première commande utilise l'applet de commande Import-Csv pour importer les commandes dans le fichier History.csv et stocker son contenu dans la variable $a.
It uses the Import-Csv cmdlet to import the objects in the History.csv file.
Elle utilise l'applet de commande Import-Csv pour importer les objets vers le fichier History.csv.
The value of the ComputerName parameter is a command that uses the Import-Csv cmdlet to import the Servers.csv file and read its contents.
La valeur du paramètre ComputerName est une commande qui utilise l'applet de commande Import-Csv pour importer le fichier Servers.csv et lire son contenu.