Skip to content

DimArray or DimStack as sink for CSV.read #1036

@tiemvanderdeure

Description

@tiemvanderdeure

With #739 it is possible to provide DimStack or DimArray as a sink argument for CSV.read.

However, CSV doesn't pass any arguments to the sink - it just does Tables.CopiedColumns(CSV.File(source; kwargs...)) |> sink. So right now this isn't very useful - it's not possible to pass dimensions.

I think this could be pretty neat to have - maybe we can add a small extension to add this functionality. But I'm not sure what the API should look like (CSV.read is already very extensive). Thoughts?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions