- Getting started
- Using the software
- 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.
Prerequisites
- To export a database table to a CSV file
- From the toolbar, selectand search forTemplate LibrariesGeneric Table Exporter.
- FromLibraries, underComponents, dragGeneric Table ExportertoNetLogicinProject view.
- InProperties, complete:
- CSVPath. The path to the CSV file to which the alarms history will be exported.
- FieldDelimiter. A character used to delimit values of a row.
- Table. A database table.
- Query. An SQL query to filter data. For more information, see Compose SQL queries.
- WrapFields.
- Associate theExportmethod ofGenericTableExporterwith an event.For example, associate theExportmethod with theMouseClick eventof a button.
Provide Feedback