CREATE TABLE [dbo].[TEST_XML_1] (
[BIGINTS] bigint NULL,
[XMLS] xml NULL
)
GO
CREATE CLUSTERED INDEX [inx1]
ON [dbo].[TEST_XML_1]([BIGINTS])
GO
This issue is with the exported file. The xml column should be in double quotes with every double quote within the xml getting replaced with 2 double quotes. Will reassign to jenny and chat with her...
Fixed CSV Export to handle XML data type.
Tariq, you need to re-export the data to get the correct CSV file.
Fixed CSV Export to handle XML data type.
Tariq, you need to re-export the data to get the correct CSV file.
Issue #9616 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build ADS 14.0.0-beta-74 |
No time estimate |
This issue is with the exported file. The xml column should be in double quotes with every double quote within the xml getting replaced with 2 double quotes. Will reassign to jenny and chat with her...