Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 388 Bytes

attach.md

File metadata and controls

28 lines (18 loc) · 388 Bytes

attach

Syntax

    dataset attach COLLECTION_NAME KEY FILENAME(S)

Description

Attach a file to a JSON record. Attachments are stored in a tar ball related to the JSON record key.

Usage

Attaching a file named start.xlsx to the JSON record with id t1 in collection "stats.ds"

    dataset attach stats.ds t1 start.xlsx