Problems in CSV export from RESTful Web services
When I try to export web service's results, I have the following problems:
- No column headings exported
- CSV fields are not enclosed in quotation marks
- I have comma as separator instead of semicolon that my swiss setting needs to properly import fields
- Accentuated characters are in two-byte presentation
I can palliate to first three problems by constructing result string manually in Resource Template select, though if there is a way to set them by putting correct parameters in ApexListener, it would be handy.
However, I cannot cope with the last one (setting encoding).
Could someone help me?
I run Apex Listener 1.1.2.131.15.23 (not 1.1.3, as stated before) on Glassfish 3.1
Thank you.
Igor
Edited by: kortchnoi on Oct 5, 2011 4:27 PM