Box - New/updated CSV file in folder trigger (batch)

The New/updated CSV file in folder batch trigger starts a recipe when a new or updated CSV file is added to a specified Box folder. The trigger processes CSV rows in batches. CSV rows are delivered in batches of 100 by default, with a maximum of 50,000.

Input

Input fieldDescription
When first started, this recipe should pick up events fromSelect the date and time to begin monitoring. Refer to Triggers to learn more about this input field.
FolderSelect the folder to monitor. You can select from the drop-down menu or enter a folder ID.
Include sub-foldersSelect Yes to monitor CSV files in sub-folders.
Sample CSV fileSelect a sample CSV file for Workato to detect column names. Otherwise, toggle to provide column names manually.
Column delimiterSelect the character used to separate column values. For example, a comma.
Contains header lineSelect Yes if the first row of the CSV contains column names.
Batch sizeEnter the number of rows per batch. By default, Workato processes 100 rows per batch. Maximum is 50,000.
Expected encodingSelect the encoding type of the CSV file. Default is UTF-8.

Output

Output fieldDescription
EventType of trigger event.
IDUnique ID of the CSV file.
NameFile name.
TypeObject type, which in this case is file.
DescriptionFile description.
SizeFile size in bytes.
Shared linkShared link details for the file.
Created atDate and time the file was created.
Modified atDate and time the file was last modified.
Trashed atDate and time the file was moved to trash.
Purged atDate and time the file was permanently deleted.
Content created atDate and time the file content was created.
Content modified atDate and time the file content was modified.
Sequence IDPosition of the file in the folder hierarchy.
EtagEntity tag of the file.
Sha 1SHA-1 hash of the file.
ParentParent folder details of the file.
PathPath of the file.
Path collectionCollection of folder paths the file belongs to.
Created byUser who created the file.
Modified byUser who last modified the file.
Owned byUser who owns the file.
Item statusCurrent status of the file, for example active.
FirstIndicates if this is the first batch of rows.
LastIndicates if this is the last batch of rows.

Last updated: