cancel
Showing results for 
Search instead for 
Did you mean: 

Scheduled Task: Using IAPI Task Execution to export query result to CSV file

Former Member
0 Kudos

Hi,

I would like to run a predefined query definition to export the query result to a CSV file format using the IAPI Task Execution as a scheduled task. I am using the IAPI because I need to update the database for each record result returned.

Is there any API method available to export the query result to a CSV file?

Thank you in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Joe,

As you are going for Shedule task IAPI, you can write in your java code itself to generate a CSV file and put it on any specific folder using standard Java development procedure. It will write the file at that location.

We did the same.

Thanks and Regards,

N.Venkateswararao.