rsthn/rose-ext-csv

CSV Utilities for Rose

Installs: 63

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Type:rose-extension

1.0.8 2024-01-22 18:51 UTC

This package is auto-updated.

Last update: 2024-05-30 00:41:46 UTC


README

composer require rsthn/rose-ext-csv

Expression Functions

csv::load filename:string tableName:string [extraFields:Map]

csv::loadTemp filename:string tableName:string [extraFields:Map]

csv::read filename:string

csv::clear

csv::header columNames:Arry

csv::rowCount

csv::row values:Map|Arry

csv::rows rows:Arry<Arry|Map>

csv::data [clear:boolean]

csv::dump filename:string [disposition:string]