Skip to content

combineVendFileInfo sub-setting issue #5

Description

@tactless2004

Problem

combineVendFileInfo is supposed to combine the isodat/dxf data with its metadata (file_id, identifier1, analysis, preparation, etc.), however it currently does this in a very fragile manner.

Proposed Solution

Grab each column in by name, and re-name columns by a map (new-name only gets applied to column with old-name) rather than positionally by index. Also, fix sub-setting such that only the requested columns are returned and if those columns do not exist a specific, informative error is returned.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions