Skip to content

Handle single table objects, not list of tables #35

@jh-RLI

Description

@jh-RLI

Requested by @jnnr:

Can we use the same function, but for single tables? This would allow us to not leave the loop here.

What I mean: Do not do this:

for table in tables:

and this within the function
metadata_files = [
str(file) for file in oem_folder_path.iterdir() if file.suffix == ".json"
]
for metadata_file in metadata_files:

Metadata

Metadata

Assignees

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