Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2022 01:38 PM
@Jerome BASTIDE , Custom implementations are more straightforward in python. You can read whatever. Just return DataFrame.
Autoloader doesn't support XML, so you need to load XML the traditional way.
@dlt.view
def dlt_dev_bronze():
return spark.read.option("rowTag", "tag").xml("dbfs:/mnt/dev/bronze/xml/s4327994")
My blog: https://databrickster.medium.com/