ConvertFromCsv Class

Definition

Activity to invoke the Microsoft.PowerShell.Utility\ConvertFrom-Csv command in a Workflow.

public sealed class ConvertFromCsv : Microsoft.PowerShell.Activities.PSActivity
Inheritance

Inherited Members

Microsoft.PowerShell.Activities.PipelineEnabledActivity

Microsoft.PowerShell.Activities.PSActivity

Constructors

ConvertFromCsv()

Gets the display name of the command invoked by this activity.

Properties

Delimiter

Provides access to the Delimiter parameter.

Header

Provides access to the Header parameter.

InputObject

Provides access to the InputObject parameter.

PSCommandName

Gets the fully qualified name of the command invoked by this activity.

UseCulture

Provides access to the UseCulture parameter.