Page 1 of 1

Exporting Data

Posted: Mon Mar 14, 2005 3:28 pm
by JStegman
I'm trying to export transaction data from the GL and Contributons details from the contributions module. I want to use a db to do some analysis and can do so if I can get the data into CSV format.

Can you help me with this?

Re: Exporting Data

Posted: Wed Mar 16, 2005 12:48 am
by NeilZ
JStegman wrote:I'm trying to export transaction data from the GL and Contributons details from the contributions module. I want to use a db to do some analysis and can do so if I can get the data into CSV format.

Can you help me with this?
Are you trying to do this all in one extract ?? Someone will jump in if I'm wrong, but I don't believe that you can do that directly from PC+ as the two modules really only interact when the contributions module posts to the funds accounting module.

Posted: Wed Mar 16, 2005 7:08 am
by JStegman
Neil,

No, I would like the transaction in two different tables.

I'm able to import some of the dbf files directly into MS Access but cannot get the transaction detail directly from the dbf files.

So, I would like to export the GL transactions and the CO transactions (separately) to do some further analysis.

I'll take anything I can get, even a printout of the detail.

John

Posted: Wed Mar 16, 2005 2:45 pm
by NeilZ
JStegman wrote:Neil,

No, I would like the transaction in two different tables.

I'm able to import some of the dbf files directly into MS Access but cannot get the transaction detail directly from the dbf files.

So, I would like to export the GL transactions and the CO transactions (separately) to do some further analysis.

I'll take anything I can get, even a printout of the detail.

John
You may want to use the Foxpro ODBC driver found on the Microsoft website with Access to pull the data.

Posted: Wed Mar 16, 2005 8:51 pm
by JStegman
Neil,

I've tried a DBF generic reader and it worked for some tables.

I will try the FoxPro idea.

Thanks