Forum Discussion

Tokimatu's avatar
Tokimatu
New Member
7 years ago
Solved

error for log folder path

When I import the data from folder on file server that has deep folder nest, it returns OLE DB or ODBC error: [DataFormat.Error]. These are many over 200 length path. Anyway I want to analyze file se...
  • Tokimatu's avatar
    Tokimatu
    7 years ago

    Data reading was inturrupted when I got the error importing the data from folder.

     

    I use powershell script as below without intrrupting by error.

     

    get-childitem \\fileserver\path -recurse | where-object{! $_.psiscontainer}| select-object
    CreationTime,LastAccessTime,LastWriteTime,length, extension,name,directory | export-csv c:\outputfolder\data.csv -encoding UTF8