Skip to content

link text, link length mismatch #5

@michael-conway

Description

@michael-conway

More graceful way to process links/text that are mismatched (has link, no text and vice versa) to find a way to not lose data

e.g.

 len_loc = len(cedar_population_data.data_location_text)
        len_data_link = len(cedar_population_data.data_link)

        if len_loc != len_data_link:
            logger.warning("mismatch in data location:link length, ignoring")
        else:


Metadata

Metadata

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