SOLVED
Create output folder everyday with today's date and write csv files into it
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
nkazi01
7 - Meteor
08-07-2022
04:54 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
I have 7 sql scripts that I will be reading in and outputting 6 csv files from it..
I want to output the files in a new folder every day with the current date such as "2022-08-07"
so today's files will be saved in this path "T:/data/2022-08-07"
I also want to check if the folder is already created, then skip that step and just create my output files there.
If folder is not there, then create the folder, and then create output files there.
Solved! Go to Solution.
Labels:
- Labels:
- Run Command
1 REPLY 1
flying008
15 - Aurora
08-07-2022
06:30 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi, @nkazi01
Maybe you can use File-Copy-Move macro of gallery to create the path first. then do you already do it.
