Skip to main content

worksheet : EXPORT_TABLE_AS_CSV

Overview

This video demonstrates the EXPORT_TABLE_AS_CSV worksheet command in Nitro-CELL, which exports an Excel table's data to a CSV file. CSV is a universal data format that can be imported into databases, ERP systems, and other business applications. The command reads the specified table and writes its contents to a CSV file at the designated output path. The video shows how to specify the table name and output file path, execute the command, and verify the CSV was generated correctly. This is useful for integrating Creo model data with external systems that consume CSV input.

Key Steps

  1. Ensure the source table contains the data you want to export
  2. Enter the EXPORT_TABLE_AS_CSV command with the table name and output path
  3. Execute the command to generate the CSV file
  4. Verify the CSV file was created in the specified directory
  5. Open the CSV to confirm the data format and content are correct

Tips

  • CSV export preserves the table's column headers as the first row
  • Use this command to feed Creo data into ERP, PLM, or other business systems
  • Combine with TABLE_CREATE and data population commands for end-to-end data pipelines