Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have a table which has xml format as data for one of the column in the table.
for example:
table
col1|col2|col3...
1|<xml version>..|xxxx
I want to store the data in csv file and later load the data in other table using that use.
When am storing the data in csv , the data in splitting because of the xml format for one column, how do i process it
Thanks in advance
lmit