This message was deleted.
# ask-anything
s
This message was deleted.
e
hey @Ayuan Yang! if your task generates more than one file you can declare a folder as the product:
Copy code
tasks:
  - source: tasks.create_files
    product: path/to/folder
then store the files in that folder. does this solve the issue?
👍 2
a
it solves the problem, thank you!
e
no problem! feel free to #C028KJCJDRT!
a
so, the down-strream tasks will get the path dir, and they should glob this file and read all those files?
e
yes. you can glob them and read some or all of them, depending on what you want to do