G
Guest
From a large database, I need to produce an extract file of selected records
in text CSV format with defined field specifications. After querying to get
the records and fields I need from the database, I must manipulate and
compare these fields to produce the required output data fields and then
export them to a file. What is the best way to accomplish this task. A
select query will get me the records and fields from the database, but what
do I use to do the rest of the job?
in text CSV format with defined field specifications. After querying to get
the records and fields I need from the database, I must manipulate and
compare these fields to produce the required output data fields and then
export them to a file. What is the best way to accomplish this task. A
select query will get me the records and fields from the database, but what
do I use to do the rest of the job?