Page 1 of 1

Export into Excel File

Posted: September 12th, 2023, 10:24 pm
by YFT_CBSD
Hi, how can I export the csdb data file into a Excel file but the Value display will be the label not the code?

Thanks

Re: Export into Excel File

Posted: September 13th, 2023, 8:23 am
by Gregory Martin
You can create a batch application where the output file is an Excel file. Then, take a look at the Excel options here: https://www.csprousers.org/help/CSPro/data_sources.html

You can use the connection string property: values=labels

For example, your output file might be: MyOutput.xlsx|values=labels

Re: Export into Excel File

Posted: September 28th, 2023, 2:25 pm
by khurshid.arshad
Please see the tutorial titled "Applying Batch Application for Data Export" that i've just uploaded.

You'll discover how to export data, both with and without labels, using attributes.

https://youtu.be/lf3IqegLx9g

a.