Server User Guides > Survey Tabulation > Extending UNICOM Intelligence Reporter > Creating an export component > Adding the export logic
 
Adding the export logic
When the UNICOM Intelligence Reporter - Survey Tabulation Export Wizard creates the export project, it creates all of the files that are required for an UNICOM Intelligence Reporter - Survey Tabulation export component, but you must add the code that performs the export. Each file in the project is documented with comments and is described in the ReadMe.txt file. The most important files you will need to change are the Export.cpp (or .vbs or .js) and Properties.xml files.
This topic provides a summary of the process, and assumes that you have experience in the relevant development language and are familiar with the structure of UNICOM Intelligence Reporter - Survey Tabulation and the export components. For further information, see XML formats used by the Table Object Model.
See also
Creating an export component