pipeline.src.parsers.utils
Functions
|
Removes xmlns from tag string. |
|
|
|
|
|
|
|
|
|
|
|
Takes date a "2020-12-24" string and, optionnally, a time "16:49" or "16:49:10" |
|
Serialize a datetime object |
Module Contents
- pipeline.src.parsers.utils.remove_namespace(tag: str)[source]
Removes xmlns from tag string.
>>> remove_namespace("{http://ec.europa.eu/fisheries/schema/ers/v3}OPS") "OPS"