pradeep_kamatha
12 years agoContributor
DB data needs to be verified against the output CSV File
Hi,
I would like to compare my DB table data with CSV File data. Should be matched, for this I want to write all the DB data to CSV File and store it in local drive then compare with another CSV which has already DB data..
Please help me how to store DB data into Arrays or CSV File.
I would like to compare my DB table data with CSV File data. Should be matched, for this I want to write all the DB data to CSV File and store it in local drive then compare with another CSV which has already DB data..
Please help me how to store DB data into Arrays or CSV File.
Hi Pradeep,
This script exports data from the DBTable object to an Excel file. You can use it as a template to create your own script to export data to a CSV file.