Download for Windows Premium
-50% Premium
Publiciteit
export-csv

Vertaling van "export-csv" in Spaans

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
C:\PS>get-process | export-csv processes.csv -UseCulture This command exports objects representing the processes on the computer to the Processes.csv file in the current directory.
C:\PS>get-process | export-csv processes.csv -UseCulture Descripción - Este comando exporta los objetos que representan los procesos del equipo al archivo Processes.csv en el directorio actual.
C:\PS>get-process | export-csv processes.csv -Delimiter: C:\PS> $p = import-csv processes.csv -Delimiter: This example shows how to use the Delimiter parameter of Import-CSV.
C:\PS>get-process | export-csv processes.csv -Delimiter: C:\PS> $p = import-csv processes.csv -Delimiter: Descripción - En este ejemplo se muestra cómo utilizar el parámetro Delimiter de Import-CSV.
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.
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.
Description The Export-CSV cmdlet creates a CSV variable-length file that represents the objects that you submit.
Descripción El cmdlet Export-CSV crea un archivo CSV de longitud variable que representa los objetos que se envían.
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.
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.
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.
Estos cmdlets son iguales que los cmdlets Export-CSV e Import-CSV, excepto en que no guardan las cadenas CSV en un archivo.
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.
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 also use the Export-CSV and Import-CSV cmdlets to convert objects to CSV strings in a file (and back).
También puede utilizar los cmdlets Export-CSV e Import-CSV para convertir los objetos en cadenas CSV en un archivo (y viceversa).
It pipes the information to the Export-Csv cmdlet and then stores that information in the Services.csv file.
Canaliza la información al cmdlet Export-Csv y, a continuación, la almacena en el archivo Services.csv.
The Import-CSV cmdlet creates objects from CSV variable-length files that are generated by the Export-CSV cmdlet.
El cmdlet Import-CSV crea objetos a partir de archivos CSV de longitud variable generados por el cmdlet Export-CSV.
You can also pipe objects to Export-CSV. Required?
También puede canalizar los objetos a Export-CSV. ¿Requerido?
For more information, see Export-CSV, and see the Notes section. Parameters
Para obtener más información, vea Export-CSV y la sección Notas. Parámetros
You can pipe any.NET Framework object to Export-CSV.
Puede canalizar cualquier objeto de.NET Framework a Export-CSV.
Er zijn geen resultaten gevonden voor deze term.

Synoniemen voor export-csv in het Engels

Woord & uitdrukking van de dag
Afbeelding van de dag
wheelbarrow: open container with handles and a wheel for transport
Ontdek het woord
Publiciteit

Suggesties

Resultaten: 14. Exact: 14. Verstreken tijd: 54 ms.