Finding a specific D ID in the PHI Archive

From CCMDB Wiki
Jump to navigation Jump to search
  1. Open a command window (e.g. windows key and type "cmd" and hit enter)
  2. type x: and enter
  3. type cd ccmdb\phi\phi_csv_archive and enter
  4. for each D_ID you want to find, put the following:
    • findstr /c:"<the D_ID>" *.csv and enter
    • eg findstr /c:"HSC_A4-17199" *.csv and enter
  5. after a few seconds it will show each line found, and you can copy from this by
    • highlighting it
    • right click it
    • paste

Related articles

Related articles: