CSVExportStep
public sealed class CSVExportStep : ActionStepWrites the packages in the current Automator action context to a CSV file using the saved CSV export settings.
Constructors
Section titled “Constructors”
CSVExportStep()
Section titled “CSVExportStep()”public CSVExportStep()Methods
Section titled “Methods”
Run(List)
Section titled “Run(List)”public override Task Run(List<ParameterValue> parameters)Writes the packages in the current action context to the configured CSV file and waits until the file is complete.
Parameters
| Name | Type |
|---|---|
parameters |
System.Collections.Generic.List{Automator.ParameterValue} |
Returns
System.Threading.Tasks.Task