split csv

This block is part of the files group and was last modified in core v13.0.8.

split csv v13.0.8

Splits a CSV file into multiple smaller files.

In pins 3 + flow
  • flow
    flow
  • file required
    file

    File to split

  • has headers
    condition

    Indicates if the CSV has headers or not. If set to true then the headers will be copied into every created file.

  • rows per file
    number

    The number of rows to include in each file.

Out pins 3 + flow
  • flow
    flow
  • files
    file
  • success
    condition
  • error
    value

A typical wiring for split CSV: a function trigger starts the flow; get file from assets feeds the file pin; the flow out pin feeds debug.

Studio canvas example for the split CSV block: typical wiring for split CSV.

Version history

Introduced in v13.0.8.


Back to files Return to the main group to view all sub-groups Back to file parsing Return to the group to view all blocks within this group