SOLVED
Read in multiple files and immediately output them as individual YXDB files.
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
hellyars
13 - Pulsar
‎02-06-2020
11:01 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I have multiple XML files (or single sheet Excel files).
I want to read them in (I use a batch macro). and then immediately output them as individual YXDB files on a 1 for 1 basis that I can then use in my workflows to parse. How can I output them as individual YXDBs corresponding to input file?
Solved! Go to Solution.
Labels:
- Labels:
- Output
2 REPLIES 2
14 - Magnetar
‎02-06-2020
11:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @hellyars,
Since you are using a batch macro to read them in, output either the filename or the full path from the input tool, then add a Formula tool to change either the file type or the file type and path. Then have the Output tool take the File Name from a field in the data and change the entire file path.
‎02-06-2020
12:33 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Cool. Got it to work. Thanks
