Skip to content

CSV column header mismatch #24

@omarzydan610

Description

@omarzydan610

Description

In main(), the CSV columns are defined as:
const csvColumns = ['repo', 'repo_topics', ...]
But the data object uses repository as the key
const singleRowData = { repository: ${owner}/${repo}, repoTopics: "${repoTopics.join(', ')}",..
. The header says repo but means owner/repo format — should be renamed to repository to be accurate and consistent.

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