Closed
Description
Could you help me with this problem? I need to do manipulations on the data after it is imported based on the "Client Start" column (I stripped most all the other data so that I could send the file). The "Client Start" column is not being imported so I can't do it. Any ideas? The PS command I am using is:
$incfile = ".\Incdents-stripped.xlsx"
$IncTable = import-excel $IncFile -WorkSheetname "Critical Effects" | Where {`
($_.'Solution Type' -eq 'Soarian Financials - RHO')}
Incidents-stripped.xlsx