Download for Windows Premium
Publiciteit
Export-CSV

Vertaling van "Export-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.
Export-CSV
El cmdlet Export-CSV convierte los objetos enviados en una serie de cadenas CSV de longitud variable y las guarda en el archivo de texto especificado.
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.
Descripción El cmdlet Export-CSV crea un archivo CSV de longitud variable que representa los objetos que se envían.
Description The Export-CSV cmdlet creates a CSV variable-length file that represents the objects that you submit.
Utiliza un operador de canalización (|) para enviar los objetos de proceso al cmdlet Export-CSV, que exporta los objetos de proceso al archivo Processes.csv en el directorio actual.
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.
Estos cmdlets son iguales que los cmdlets Export-CSV e Import-CSV, excepto en que no guardan las cadenas CSV en un archivo.
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.
Puede utilizar Export-CSV para guardar los objetos en un archivo CSV y, a continuación, usar el cmdlet Import-CSV para crear objetos a partir del texto en el archivo 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.
También puede utilizar los cmdlets Export-CSV e Import-CSV para convertir los objetos en cadenas CSV en un archivo (y viceversa).
You can also use the Export-CSV and Import-CSV cmdlets to convert objects to CSV strings in a file (and back).
El cmdlet Import-CSV crea objetos a partir de archivos CSV de longitud variable generados por el cmdlet Export-CSV.
The Import-CSV cmdlet creates objects from CSV variable-length files that are generated by the Export-CSV cmdlet.
También puede canalizar los objetos a Export-CSV. ¿Requerido?
You can also pipe objects to Export-CSV. Required?
Para obtener más información, vea Export-CSV y la sección Notas. Parámetros
For more information, see Export-CSV, and see the Notes section. Parameters
Puede canalizar cualquier objeto de.NET Framework a Export-CSV.
You can pipe any.NET Framework object to Export-CSV.
Para ello, se exportan los resultados de un comando Get-History a un archivo mediante Export-CSV o Export-Clixml y, a continuación, se importa el archivo con Import-CSV o 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.
Canaliza la información al cmdlet Export-Csv y, a continuación, la almacena en el archivo Services.csv.
It pipes the information to the Export-Csv cmdlet and then stores that information in the Services.csv file.
C:\PS>".\processes.csv" | import-csv Descripción - Este comando importa los objetos del archivo Processes.csv. Vea también Export-CSV
C:\PS>".\processes.csv" | import-csv This command imports the objects from the Processes.csv file.
Er zijn geen resultaten gevonden voor deze term.

Synoniemen voor Export-CSV in het Spaans

Publiciteit

Suggesties

Resultaten: 13. Exact: 13. Verstreken tijd: 42 ms.