← Downloads
Tool v0.9.0

SmartObject Bulk Export Tool

A small command line tool to export SmartObject data to CSV or JSON in bulk, with filtering and batching.

Install

  1. Download and unzip the tool to a folder on a machine with line of sight to your K2 server.
  2. Open the configuration file and set the K2 host and authentication mode.
  3. Run the tool from a command prompt.

Usage

Pass the SmartObject name and a method, then choose an output format. Use the filter option to narrow the rows and the batch option to keep memory flat on very large exports.

export --smartobject "Customer" --method "GetList" --format json --batch 500

Notes

This is an early preview. Output formats may change before the 1.0 release, so back up anything important before a large run.

Version history

  1. v0.9.0

    Add JSON output and batch size control.

  2. v0.8.0

    First public preview with CSV export and basic filtering.