Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2025 09:59 PM
Yes, you can export data from Databricks to an Excel sheet or a .csv file. Use the method to convert your Spark DataFrame to a Pandas DataFrame, then save it using for a .csv file or a library like for Excel. Once exported, you can compare the file with your on-premise SQL Server data to verify alignment.