Vertaling van "Import-CSV" in Engels
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.
L'en-tête de colonne détermine le nom des propriétés de l'objet créé par Import-CSV.
The column header determines the names of the properties of the object that Import-CSV creates.
Vous pouvez ensuite utiliser l'applet de commande Import-CSV pour recréer les objets à partir des chaînes CSV des fichiers.
You can then use the Import-CSV cmdlet to re-create objects from the CSV strings in the files.
Import-CSV retourne les objets décrits par le contenu dans le fichier CSV.
Import-CSV returns the objects described by the content in the CSV file.
Lors de l'importation, le fichier Import-CSV utilise le paramètre Delimiter pour indiquer le délimiteur utilisé dans le fichier.
When importing, the Import-CSV file uses the Delimiter parameter to indicate the delimiter that is used in the 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.
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.
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.
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.
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 also use the Export-CSV and Import-CSV cmdlets to convert objects to CSV strings in a file (and back).
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.
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.
Elle utilise la méthode de point (.) pour obtenir la propriété TextInfo de la culture actuelle et la propriété ListSeparator de l'objet dans TextInfo. Dans cet exemple, la commande retourne une commande Import-CSV pour modifier le nom des propriétés de l'objet importé obtenu.
It uses the dot (.) method to get the TextInfo property of the current culture and the ListSeparator property of the object in TextInfo. In this example, the command returns a comma. Example 4
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.
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.
Vous pouvez utiliser ce paramètre pour envoyer un objet HistoryInfo de Get-History, Import-Clixml ou Import-CSV à Add-History.
You can use this parameter to submit a HistoryInfo object from Get-History, Import-Clixml, or Import-CSV to Add-History. Required?
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.
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.
Elle utilise l'applet de commande Import-Csv pour importer les objets vers le fichier History.csv.
It uses the Import-Csv cmdlet to import the objects in the History.csv file.