Skip to Main Content

ORDS, SODA & JSON in the Database

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Problems in CSV export from RESTful Web services

Igor KortchnoïOct 5 2011 — edited Oct 7 2011
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

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Nov 4 2011
Added on Oct 5 2011
2 comments
341 views