zpf7879
Results
1
comments of
zpf7879
How can further improve the lib to add the support for meta_data mapping function like: ``` def item_metadata_func(record: dict, metadata: dict) -> dict: metadata["name"] = record.get("name") metadata["url"] = record.get("url") return...