Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Generate a excel from ORACLE DB

Hello all,

I'm triyng to export to excel file base a oracle sql statement and getting the error below:

I'm sending the error and job screen attached

Labels (2)
1 Solution

Accepted Solutions
manodwhb
Champion II
Champion II

@richardl,when you were generating Excelfile,in file name you might have "\",please replace "\" with "/" and check.

View solution in original post

3 Replies
vboppudi
Partner - Creator III
Partner - Creator III

Please provide the ExcelFile properties screen shot. I think you have some issue with settings.

 

Regards,

 

mks02
Creator
Creator

@richardl
It seems from DB table, a column contain a string with \ character (escape character in Java) which is trying to write in excel file. So if you want this escape character \ in your string, you need to escape the escape character and type \\ for avoid this error.


Hope it helps!

Thanks,

manodwhb
Champion II
Champion II

@richardl,when you were generating Excelfile,in file name you might have "\",please replace "\" with "/" and check.