Options
All
  • Public
  • Public/Protected
  • All
Menu

Csv-Split command.

Hierarchy

Implements

Index

Properties

description

description: "Splits one or more (huge) CSV file(s) into separates parts." = "Splits one or more (huge) CSV file(s) into separates parts."

A description text.

syntax

syntax: "[FILES+] [OPTIONS*]" = "[FILES+] [OPTIONS*]"

Syntax description, which is shown on help screen.

Methods

execute

showHelp

  • showHelp(): Promise<void>
  • inheritdoc

    Returns Promise<void>

Private splitCSVFile

  • splitCSVFile(ctx: CommandExecuteContext, file: string, onProgess: progressStream.ProgressListener): Promise<void>
  • Parameters

    Returns Promise<void>

Generated using TypeDoc