Finding a specific D ID in the PHI Archive
Jump to navigation
Jump to search
- Open a command window (e.g. windows key and type "cmd" and hit enter)
- type
x:
and enter - type
cd ccmdb\phi\phi_csv_archive
and enter - 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
- 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: |