I am importing csv file but I am seeing below error –
Import-CSV : Could not find a part of the path ‘C:UsersKrishan.KanoriaDesktopBook2.csv’.
Screenshot –
enter image description here
I am using this command in my PSE –
$importList = Import-CSV “C:UsersKrishan.KanoriaDesktopTest.csv”
Note –
PSE Version – 5.1 and 6
Can someone faced the same issue? Thanks in advance
Regards,
Krishan Kanoria