Skip to content

Check for unicode minus signs #99

Description

@kelle

A common challenge with source and alt names is that they include a unicode minus sign. Consider sanitizing source and other_names to replace the unicode with -.

source_string.replace("\u2212", "-")

Could be relevant for source names and/or JSON file creation.

Also going to make this modification on astrodb_utils for the ingest_source and ingest_namefunctions. astrodbtoolkit/astrodb_utils#109

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

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions