Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2023 05:42 AM
Hello,
thank you for replying,.
i tried importing as file from csv to delta table! and also defining table and then import file to table.
the column named note is text format in the postgres. i have done export from there to csv and them importing to delta.
since data type text in the source, the length is not same for all records. so i tried importing as varchar(8000) or nvarchar(max) for databrick which would be string. but still the data is splitting in to multiple rows making it not usable to query.
what would be proper way or solution.
thanks