Hi guys,
I am trying to import Active Directory data in following manner from command line but due to space in the path of CSV it does not allow to file to be created. Let me know any work around..
csvde -f c:\program files\my application\myAD.csv -j c:\program files\my application\
it allows me to
csvde -f c:\myAD.csv -j c:\
but I want my CSV to be created at c:\program files\my application
Please suggest,
thanks
Jeet