Click or drag to resize

ImportExportCsv Methods

The ImportExportCsv type exposes the following members.

Methods
  NameDescription
Public methodStatic memberExportToCSV
Export all persistent objects to .csv files, one file for each Type and version of Type. This is preview release, format may change. ImportFromCSV can be used to recreate your data. Note that Microsoft Excel can't handle many of these CSV files due to a field value limitation (at about 33000 chars) Notepad++ is one application that can read these files. Some fields like array data are encoded http://msdn.microsoft.com/en-us/library/dhx0d524(v=vs.110).aspx
Public methodStatic memberImportFromCSV
Restores database files, pages and objects from a .csv file data created with ExportToCSV
Top
See Also