awslabs / aws-glue-libs

AWS Glue Libraries are additions and enhancements to Spark for ETL operations.
Other
635 stars 300 forks source link

Support rootTag from spark-xml #146

Closed joekendal closed 2 years ago

joekendal commented 2 years ago

Spark-xml has a configuration option for rootTag. For some reason this wasn't included in Amazon's fork.

dyf = glue_context.create_dynamic_frame.from_options(
  format="xml",
  format_options={
    "rowTag": "INFO",
    "rootTag": "FORM"
  },
  ...
)

We need this option please.

moomindani commented 2 years ago

Thank you for the feedback. We filed this as a feature request.