Using Output file as an input file
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
SurabhiGoyal
5 - Atom
‎08-01-2022
05:03 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I am looking for a way where i can use output file as an input file.
Labels:
- Labels:
- Data Science
2 REPLIES 2
17 - Castor
‎08-01-2022
12:36 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Melvin_V
5 - Atom
‎08-01-2022
01:13 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Try using the Parallel Block Until Done (Crew Macro) to achieve this: (In essence, the tool blocks the 2nd input and output to be processed till the 1st input and output steps are completed)
- The 1st input to the tool will be the incoming connection of the dataset to be output
- The 1st output will be connected to the Output tool
- The 2nd input will be connected to the dataset referencing the expected input file - same as the output tool file naming convention
- The 2nd output could be connected to the dynamic input tool (reading in the file/datasource that was written in the 1st output step)
Hope this helps!
