View Single Post
  #3  
Old 01-29-2025, 03:28 PM
tim tim is offline
Registered User
 
Join Date: 10-01-2007
Location: england
Posts: 27
Understood.

I'm currently planning to use the TSV created from a Grid Values Copy of Search Results as a starting point.

Munge the TSV to makefile form using awk.

Then adapt make.awk from the chapter 7 of the awk book so that I can generate a set of dependency graph entries in a text file, and then have a WinBatch script use that file to build the dependency graph in Data Explorer.
Reply With Quote