tempfile

Function

ArgDescriptionType
dataData to write in the tempfile.list of string
extensionAn extension to place in the tempfile.string
permissionsRequired permissions (e.g. ‘x’).string
remove_lastIf set we delay removal as much as possible.bool

Required Permissions: FILESYSTEM_WRITE

Description

Create a temporary file and write some data into it.

The file will be automatically removed when the query completes.