Page 1 of 1

Batch Edit App to print out erromsg and export them to Excel

Posted: September 5th, 2016, 5:04 am
by mussabahire
Hi.

I want to create a Cspro batch application wich will help me do some data cleaning.

How to create such an application so that it will take data based on my condition and export them to an excel sheet?

Regards.

Re: Batch Edit App to print out erromsg and export them to Excel

Posted: September 6th, 2016, 1:00 am
by josh
You can use a write file in your batch application and write out your data in CSV format. You can open a CSV file in Excel. Look into write files in the help.

You can also use the export data tool to export to CSV. You can specify a universe for export to filter the data that is exported.