- π¨π¦Canada Liam Morland Ontario, CA π¨π¦
liam morland β made their first commit to this issueβs fork.
- π¨π¦Canada Liam Morland Ontario, CA π¨π¦
I have created a merge request with the patch in #4.
By default, the exported file is saved within the public:// or private:// files directory with a path generated with /views_data_export/$view_dir/$user_dir/
. The $user_dir
is always unique because it includes the request time in seconds (Unix time stamp).
It would be nice to have the option of specifying an export directory. This would allow us to export to the same folder each time to overwrite the file if required.
Add a textbox field in the views form to allow user to enter an export path, with token support.
New textbox field on views config form.
Needs review
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
liam morland β made their first commit to this issueβs fork.
I have created a merge request with the patch in #4.