Skip to content

Dropping DELETE columns with read_rawcsv rather than read_out #5

@MicTott

Description

@MicTott

Title. I forgot that read_rawcsv was coded to drop DELETE columns, so it's currently redundant since read_out also does this. It seems better than read_out read all of the available columns into a .csv file, and then with read_rawcsv you can choose to read in DELETE columns or not.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions