You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`file_path`|`string`|**X**|| Path of the file to write to (relative to symfony root or absolute). It can also take two placeholders (`{date}` and `{date_time}`) to insert timestamps into the filename |
30
-
|`delimiter`|`string`||`;`| CSV delimiter |
31
-
|`enclosure`|`string`||`"`| CSV enclosure character |
32
-
|`escape`|`string`||`\\`| CSV escape character |
33
-
|`headers`|`array` or `null`||`null`| Static list of CSV headers, without the option, it will be dynamically read from first line |
34
-
|`mode`|`string`||`wb`| File open mode (see [fopen mode parameter](https://secure.php.net/manual/en/function.fopen.php)) |
35
-
|`split_character`|`string`||`\|`| Used to implode array values |
36
-
|`write_headers`|`bool`||`true`| Write the headers as a first line |
|`file_path`|`string`|**X**|| Path of the file to write to (relative to symfony root or absolute).<br/>It can also take placeholders (`{date}`, `{date_time}`, `{timestamp}``{unique_token}`) to insert data into the filename |
30
+
|`delimiter`|`string`||`;`| CSV delimiter |
31
+
|`enclosure`|`string`||`"`| CSV enclosure character |
32
+
|`escape`|`string`||`\\`| CSV escape character |
33
+
|`headers`|`array` or `null`||`null`| Static list of CSV headers, without the option, it will be dynamically read from first line |
34
+
|`mode`|`string`||`wb`| File open mode (see [fopen mode parameter](https://secure.php.net/manual/en/function.fopen.php)) |
35
+
|`split_character`|`string`||`\|`| Used to implode array values |
36
+
|`write_headers`|`bool`||`true`| Write the headers as a first line |
0 commit comments