Skip to Content

JSONCollectionSource

JSONCollectionSource allows storing a collection of JSON objects on disk. It supports only sequential iteration over the JSON objects using, for example, LoadTableFromSource operation. Usually used to store the results of HTTPRequest and TransformJSON operations.

In an application, right-click on Sources -> select Create source -> type any Source name and select JSONCollectionSource in the Source type field -> click Create.

  • StorageType must be file
  • storagePath is a path to a folder on the server file system where collections will be stored. Each collection is a file with the name of collection and .json extension.
Last updated on