Hi,
I am facing problem while loading the data into the database through a flat file.
I column name of the table to be inserted starts and ends with double quote(eg. "column_name").
The xml file doesn't seem to accept the double quote.
Below is the sample xml
<?xml version='1.0' encoding='UTF-8'?>
<dataset>
<table "column"="1"/>
</dataset>
How can I overcome this issue?
Thanks in advance,
Siddhi