Skip to content

Bugs in CSV module #5

@bschroeter

Description

@bschroeter

The CSV module has an unused keyword argument and the variables content and data are inconsistent. Best to fix

procedure csv_write(filepath:string, content, header:string)
; Write content to filepath as a CSV
; Args:
;   filepath (string) : Full path to file
;   content (array, mixed) : 2D array of data

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions