This topic is locked
[SOLVED]

 Export Raw Data?

4/7/2011 6:03:31 PM
PHPRunner General questions
D
dovercomputers author

Is it possible to export the actual data contained within the fields rather then look up data?
For example, in the table permissions a row in the database might look like this

457,HENRYSCH,Alistairn,1,all,1,1,2,1,1,2,NULL,NULL
But when exporting using the export selected button, the data comes out looking like this

457,HENRYSCH,Alistairn,1,all,Yes,See Contract Pad only,View own only,Can Use,View all items,0,0
I need the raw data to import into a back office system.
Cheers

Jim

D
dovercomputers author 4/8/2011

Just added a custom view and exported from that.
problem solved.