- Getting started
- Using the software
- OPC UA
- Graphic and layout objects
- Developing solutions
- Developing projects with C#
- Application examples
- UI tutorial
- OPC UA tutorial
- NetLogic tutorial
- Object and variable references
Export a database table to a CSV file
You can use the Generic Table Exporter script to export the contents of a table to a CSV file.
Confirm to have the following items to configure the Generic Table Exporter script:
- Table
- A database table.
- FieldDelimiter
- A character used to delimit values of a row.
- CSVPath
- The path to the CSV file to which the alarms history will be exported.
- Query
- An SQL query to filter data. For more information, see Compose SQL queries.
- From the toolbar, selectand search forTemplate LibrariesGeneric Table Exporter
- FromLibraries, underComponents, dragGeneric Table ExportertoNetLogicinProject view.
- Associate theExportmethod ofGeneric Table Exporterwith an event.For example, associate theExportmethod with theMouseClick eventof a button.
Provide Feedback