File Name Renaming - Folder
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I have a about 300 csv files in the folder.
Need to rename all fields based on the field criteria.
While i have a workflow to create a new output file can be created to derieve name from the field individually.
Is there to have the workflow run across all the 300 files than running it for each csv individually?
Solved! Go to Solution.
- Labels:
- Common Use Cases
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@Punit_Kapadia
using Run command tool this can be achieved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@Punit_Kapadia
please find the attached workflow for reference
Mark done if solved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@Raj : Just to clarify how does CMD work if the name of the file is to be derieved from a field in it.
e.g. File 1
Date | Order No |
01-June-24 | 10001 |
Renamed File: 10001-01-June-24
File 2
Date | Order No |
01-June-24 | 10002 |
Renamed File: 1002-01-June-24
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@Punit_Kapadia
you will be required to use a formula tool where first you will be creating a new file name based on the fields
and then while creating the command use the newly created file name and this will work perfectly.
