Skip to content

Release Notes

Teamstudio Export 5.0.0

Teamstudio Export 5.0 is a feature update to Export.

The major new feature of Export 5.0 is a powerful data exporter. This allows you to export data in a variety of formats:

  • SharePoint Lists - Upload data to a new or existing SharePoint list, optionally including attachments.
  • CSV - Generate text files delimited with commas or tabs.
  • Attachments - Extract all attachments, OLE objects and embedded images.

For any output format, you can select documents in three different ways:

  • By Formula - Similar to a view selection formula, using any @function supported by Export.
  • By View - Includes all of the documents from an existing view.
  • By Search - Export now includes the Apache Lucene.NET search library, allowing you to perform full-text searches on your data. The full-text search that Export uses when you export data to HTML/PDF needs to run within a browser using JavaScript. This places severe limitations on the features that it can provide. Lucene.NET, on the other hand, runs within Export and thus can offer a much more powerful experience. For example, you can search for phrases rather than single words, and can also exclude documents matching certain terms.

In addition to selecting which documents to include, you can also specify the data to be exported, in the form of one or more columns. When you select documents by formula or by search the columns can be any fields from the database design or any computed expressions using @formulas. When you select documents by view, the columns will initially be all of the columns defined in the view along with a column for the Note ID. You can re-order the columns and remove any unwanted ones, but you cannot add new values.

For full details on the new data export features, see Exporting Data.

Additional fixes are identified in the Fix List section below.

There is no need to re-archive your database to take advantage of any of the new features and fixes in Export 5.0.

Please refer to Installing Teamstudio Export for details on system requirements and installation. This page will be updated with any known issues and fixes as they become available.

Fix List

Export 5.0.0 Beta 2

[188138621] Simplify SharePoint modern authenticaion
[188138649] Sharepoint site dialog may not close on OK
[188152811] Truncate text at 255 characters to meet SharePoint requirements

Export 5.0.0

[187316243] Handle missing view data file in @DbLookup
[187318928] Provide a way to import DXL to an archive
[187363948] Protect against invalid attachment names
[187408442] Handle multi-value icon columns in embedded views
[187416749] Handle multi-line entries in embedded views
[187486941] Include TYPE_NOTEREF_LIST items in full text index
[187540358] Add beta option to size PDF images to fit
[187694126] Protect against @Created in column hide formula
[187703998] Support cross-database @DbLookups
[187937349] Support 'PBrush' and 'AutoCAD' OLE types
[187961958] Support 'Paint.Picture' and 'SoundRec' OLE types