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 >
< should be <
Workaround
1. Open process-conf.xml
2. In the query, replace:
> with >
< with <
Original issue reported on code.google.com by vijay.swamidass@gmail.com on 27 Feb 2010 at 12:54
Original issue reported on code.google.com by
vijay.swamidass@gmail.com
on 27 Feb 2010 at 12:54