exports_get_files_csv {civis} | R Documentation |
Get a CSV Export
Description
Get a CSV Export
Usage
exports_get_files_csv(id)
Arguments
id |
integer required. |
Value
A list containing the following elements:
id |
integer, The ID of this Csv Export job. |
name |
string, The name of this Csv Export job. |
source |
list, A list containing the following elements:
|
destination |
list, A list containing the following elements:
|
includeHeader |
boolean, A boolean value indicating whether or not the header should be included. Defaults to true. |
compression |
string, The compression of the output file. Valid arguments are "gzip" and "none". Defaults to "gzip". |
columnDelimiter |
string, The column delimiter for the output file. Valid arguments are "comma", "tab", and "pipe". Defaults to "comma". |
hidden |
boolean, A boolean value indicating whether or not this request should be hidden. Defaults to false. |
forceMultifile |
boolean, Whether or not the csv should be split into multiple files. Default: false |
maxFileSize |
integer, The max file size, in MB, created files will be. Only available when force_multifile is true. |
myPermissionLevel |
string, Your permission level on the object. One of "read", "write", or "manage". |