csv - How to Handle Clob Data Type in Excel When Exporting Data From DB2 Database - Stack Overflow

时间: 2025-01-06 admin 业界

Requirement is to schedule a SQL query to run and save output as excel file from DB2 database.

Exported columns have CLOB data as well sometimes having multiple lines and comma separated information. When CSV file is opened, some rows split data across multiple rows because of this CLOB data.

Can we preserve its data?

I have tried to export data into CSV by applying some DB2 character conversion functions. But still facing problems.

最新文章