Specifications
File format: TXT Text encoding: UTF-8 (Note: The Editor does not process any special character sequences like HTML Entities, Unicode Escape Sequence, or colon emoji aliases.) Import methods:- IAM Delegated Access
- Signed URLs (
https
URLs only) - Direct upload of local files(256 MB max file size) Note: Direct upload currently does not support adding additional metadata and attachments, see below Python example.
Parameters
Parameter | Required | Description |
---|---|---|
row_data | Yes | You can upload text in two ways: 1) A https url to cloud hosted text file. The txt file must be encoded as UTF-8. 2) A text string (up to 16MB) |
global_key | No | Unique user-generated file name or ID for the file. Global keys are enforced to be unique in your org. Data rows will not be imported if its global keys are duplicated to existing data rows. |
media_type | No | "TEXT" (optional media type to provide better validation and error messaging) |
metadata_fields | No | See Metadata. |
attachments | No | See Attachments and Asset overlays. |