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
Download all .csv files from storage.source to storage.destination.
47
-
See config/packages/flysystem.yaml to see configured flysystem/storages.
48
50
options:
49
51
source_filesystem: 'storage.source'
50
52
destination_filesystem: 'storage.destination'
51
53
file_pattern: '/.csv$/'
52
54
remove_source: true
53
55
```
54
56
57
+
* Simple fetch process configuration to cipy a specific file from --input option via <br> ```bin/console cleverage:process:execute my_custom_process --input=foobar.csv -vv```
58
+
- See config/packages/flysystem.yaml to see configured flysystems/storages.
59
+
- copy input file from 'storage.source' to 'storage.destination'
60
+
- remove .csv from 'storage.source' after copy
61
+
- output will be filename of copied file
55
62
```yaml
56
63
# Full process configuration to use input as filename with the following call
0 commit comments