Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2023 10:56 PM
Hi TH,
If you look at the code which I have shared, there I am using append to write the data in Json first then I read the Json file using autoloader.
df_table.write.mode("append").json("/mnt/temp_table/ Employee ",ignoreNullFields=False)
So, it's only appending the data not updating, which helps me to fix the issue related to updates.
Thanks