Skip to content

Support snake case in column headers #1

@tbshillcdr

Description

@tbshillcdr

When a column headers are in snake case the words blend together without proper Capitalization.

type ChargeRecord struct {
        Businessentityid                  string `csv:"business_entity_id"`
        Sourcepatientlastname             string `csv:"source_patient_last_name"`
        Sourcepatientfirstname            string `csv:"source_patient_first_name"`
}

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