This topic is locked

Export Details

6/1/2009 6:35:53 AM
PHPRunner General questions
S
swanside author

Hello.

I have a table called job.

I have a filed in that table called File_No
When I select the data in the job_list page and export that data as an xml file, it saves it as job.xml

Is there a way I can change this so it saves it as whatever the data is in the field of File_No is?
Thanks

Paul

J
Jane 6/2/2009

Hi,
you can change file name in the generated ..._export.php file manually.

S
swanside author 6/2/2009

Thanks.

What we have is a table called job and a field called File_No
If we select ten jobs from the job table we need to export them as seperate files, so they will be AB 0001.xls AB 0002.xls and so on, and not just job.xls
Is that possible at all?
Thanks

Paul.

J
Jane 6/3/2009

Yes, it's possible. But this task requires a lot of custom coding in the generated file.

Unfortunately we don't have a ready to go solution for this.