PIServer.ExportCsv Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Exports the representation of requested object(s) in comma-separated (CSV) format.
Overload List
| Name | Description | |
|---|---|---|
| ExportCsv(Object, IListObject, IListString, CultureInfo) |
Exports the CSV representation of requested object(s) and returns it as a string.
The supported objects include PI Points, PI DigitalStateSets, PI Identities, or PI IdentityMappings.
| |
| ExportCsv(Object, IListObject, IListString, PIExportMode, CultureInfo) |
Exports the CSV representation of requested object(s) and returns it as a string.
The supported objects include PI Points, PI DigitalStateSets, PI Identities, or PI IdentityMappings.
| |
| ExportCsv(Object, IListObject, IListString, CultureInfo, String, EventHandlerAFProgressEventArgs) |
Exports the representation of requested object(s) in comma-separated (CSV) format to a file.
The supported objects include PI Points, PI DigitalStateSets, PI Identities, or PI IdentityMappings.
| |
| ExportCsv(Object, IListObject, IListString, PIExportMode, CultureInfo, String, EventHandlerAFProgressEventArgs) |
Exports the representation of requested object(s) in comma-separated (CSV) format to a file.
The supported objects include PI Points, PI DigitalStateSets, PI Identities, or PI IdentityMappings.
|
See Also
In This Topic
Related Links
- ExportCsv Method (Object, IList(Object), IList(String), CultureInfo)
- ExportCsv Method (Object, IList(Object), IList(String), PIExportMode, CultureInfo)
- ExportCsv Method (Object, IList(Object), IList(String), CultureInfo, String, EventHandler(AFProgressEventArgs))
- ExportCsv Method (Object, IList(Object), IList(String), PIExportMode, CultureInfo, String, EventHandler(AFProgressEventArgs))