Ywat / dataloadercliq

Automatically exported from code.google.com/p/dataloadercliq
0 stars 0 forks source link

Greater/Less Than symbols in SOQL queries cause XML errors #19

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create an Export Process
2. Enter a SOQL query with a ">" or "<"
3. The script will show an XML error because "<" and ">" cannot be part of 
XML content.

What is the expected output? What do you see instead?
In SOQL queries,
> should be &gt;
< should be &lt;

Workaround
1. Open process-conf.xml
2. In the query, replace:
 > with &gt; 
 < with &lt;

Original issue reported on code.google.com by vijay.swamidass@gmail.com on 27 Feb 2010 at 12:54

GoogleCodeExporter commented 8 years ago

Original comment by vijay.swamidass@gmail.com on 27 Feb 2010 at 2:11

GoogleCodeExporter commented 8 years ago

Original comment by vijay.swamidass@gmail.com on 28 Feb 2010 at 8:17