Skip to content

Import-Excel not importing date columns #115

Closed
@kbkaehn

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

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions