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
- Download and unzip the tool to a folder on a machine with line of sight to your K2 server.
- Open the configuration file and set the K2 host and authentication mode.
- 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 500Notes
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
- v0.9.0
Add JSON output and batch size control.
- v0.8.0
First public preview with CSV export and basic filtering.