Windows 10: Exporting specific column data in a Windows folder, into Excel

Discus and support Exporting specific column data in a Windows folder, into Excel in Windows 10 Gaming to solve the problem; How do I export data from specific columns in a Windows folder, and export that data into MS Excel. As illustrated in the attached screenshot, I would... Discussion in 'Windows 10 Gaming' started by kyjellyfish, May 16, 2024.

  1. Exporting specific column data in a Windows folder, into Excel


    How do I export data from specific columns in a Windows folder, and export that data into MS Excel. As illustrated in the attached screenshot, I would like the exported file to include data from the following columns:Name Size LengthDate ModifiedTitleContributing ArtistsAlbum Artist,ComposersGenre into ExcelThis data can be exported as a .csv file, or imported directly into MS Excel. I have the desktop version MS Excel 365 installed on my laptop.Thanks in advance for any suggestions or solutions.Joe DeRosa

    :)
     
    kyjellyfish, May 16, 2024
    #1
  2. ddelo Win User

    Export All Administrative Events to Excel

    To analyze events, from the Windows Event Viewer, there is a simple way to export all Administrative Events to Excel, with PowerShell.

    Exporting all Administrative Events to Excel is a simple two Step process, as described here:

    Step 1 - Create the Administrative Events View .xml file
    1. Open Eventviewer (%windir%\system32\eventvwr.msc)
    2. Navigate to: Event Viewer (Local) > Custom Views > Administrative Events
    3. In the “Actions” pane select “Filter Current Custom View”.
    4. Select the the XML tab.
    5. Press Ctrl+A to select all the XML code of the Custom View.
    6. Open a notepad, paste the selected code and save the file to your Desktop as AdmEvtView.xml


    Step 2 - Create the csv file with the events
    1. Download the ExportEvtCSV.zip file, which contains the script ExportEvtCSV.ps1 and unzip it, on your Desktop.
      It's not a fancy script, just basic PowerShell commands to create a csv file on the Desktop.
    2. In Windows Search, type “ISE” (without the quotes) to open “Windows PowerShell ISE” and Run as administrator
    3. To allow running the script, change the ExecutionPolicy, for this session. To do that, in the Console pane type:
      Code:
    4. In the Windows PowerShell ISE, open and run the script: ExportEvtCSV.ps1
      The script will create a csv file with a name YYYYMMDD.HHMM.csv on the Desktop
    5. When done, open the newly created .csv file, format the columns as needed and optionally save it as .xlsx, if you wish.
    That’s it! You now have all the Administrative Events in Excel for filtering and further analysis. Exporting specific column data in a Windows folder, into Excel :)

    Now to the more technical hard stuff... *Confused

    There is a reason for running the script from within PowerShell ISE!

    It would be great if everything was also working perfectly, when running the script from an elevated PowerShell too.

    We can run it from an elevated PowerShell, which means that you just follow the Step 1, as above but for the Step 2 instead of the ISE you run the script from an elevated PowerShell.

    The problem is that it will work only for anybody who has en-US format for the dates. Everyone else, who has another format (i.e. en-GB, fr-FR, el-GR etc.), the dates are not translated properly by Excel (although the script uses the –UseCulture switch) and remain as text in the en-US format.

    I'm not sure if this a bug of the "export-csv" cmdlet, but although it runs the way it supposed to from within the ISE, from PowerShell there is a problem with the dates format.
    As I haven’t found a way to overcome this obstacle, any suggestion from the PowerShell gurus of the forum (like my good friend Shawn @Brink, for instance), is welcome.
     
    ddelo, May 16, 2024
    #2
  3. Directory Size Utility

    Change Log v1.6

    • Resoved an issue where selecting "Detail" from the "View" drop down would cause duplicates.
    • New "Peek" feature!
      • Selecting something in the Directory column in the Directory view (Left window) while holding "z" will peek into that directory!
      • Double clicking the Directory column in the directory view(Left window) while holding "z" will add the folder.
    • New color coded feature in both Size columns for Detailed view.
    • Exporting to Excel will now Export both Folder (left) and File (right) window. In the excel file the Folder, and File window will be on different sheets.
    • Add a feature to export to older excel 97-2003 (.xls) from the file/export drop down window.
    Download HERE!

    Don't forget to enter to win this game bundle! here Drawing is this Friday!
     
    Mindweaver, May 16, 2024
    #3
  4. Exporting specific column data in a Windows folder, into Excel

    Transfer file list with additional info to excel

    Works properly here with a folder containing ~500 images. I added the columns I wanted and then scrolled down to ensure all the data had been extracted from the files and the columns were populated fully (Explorer also takes time to extract file metadata).
    Then I exported as XLS and it opened Excel automatically with all the data.
     
    RobertJWin, May 16, 2024
    #4
Thema:

Exporting specific column data in a Windows folder, into Excel

Loading...
  1. Exporting specific column data in a Windows folder, into Excel - Similar Threads - Exporting specific column

  2. Exporting specific column data in a Windows folder, into Excel

    in Windows 10 Network and Sharing
    Exporting specific column data in a Windows folder, into Excel: How do I export data from specific columns in a Windows folder, and export that data into MS Excel. As illustrated in the attached screenshot, I would like the exported file to include data from the following columns:Name Size LengthDate ModifiedTitleContributing ArtistsAlbum...
  3. Exporting specific column data in a Windows folder, into Excel

    in Windows 10 Software and Apps
    Exporting specific column data in a Windows folder, into Excel: How do I export data from specific columns in a Windows folder, and export that data into MS Excel. As illustrated in the attached screenshot, I would like the exported file to include data from the following columns:Name Size LengthDate ModifiedTitleContributing ArtistsAlbum...
  4. export windows explorer data to excel

    in Windows 10 Network and Sharing
    export windows explorer data to excel: I have several thousand images taken on a variety of photo devices. I can list the devices as a column in Windows Explorer. I cannot export the list of files / images in a way that the photo device identifiers are included. The "Copy as Path" command lists only a...
  5. export windows explorer data to excel

    in Windows 10 Gaming
    export windows explorer data to excel: I have several thousand images taken on a variety of photo devices. I can list the devices as a column in Windows Explorer. I cannot export the list of files / images in a way that the photo device identifiers are included. The "Copy as Path" command lists only a...
  6. export windows explorer data to excel

    in Windows 10 Software and Apps
    export windows explorer data to excel: I have several thousand images taken on a variety of photo devices. I can list the devices as a column in Windows Explorer. I cannot export the list of files / images in a way that the photo device identifiers are included. The "Copy as Path" command lists only a...
  7. Windows Explorer file description columns export

    in Windows 10 Network and Sharing
    Windows Explorer file description columns export: TreeSize Pro not the free version does what Windows Explorershould do. In the right pane files have namedcolumns and right click any of the names of the columns gets the context menu thatshows the extra columns that Windows Explorer normally allows. So check and uncheck...
  8. Excel: how to sort columns

    in Microsoft Office and 365
    Excel: how to sort columns: [img] Hi I I understand why those columns are sorted the way they are, but I cant sort them the way I want. ie - I would like CS_S all the way left, CS_E is in column 3, etc. I have tried a bunch of diff options under data>sort, but regardless of what I try, I cant get...
  9. BUG? : Excel forgets the Data Types of Table Columns in Data Model

    in Windows 10 Installation and Upgrade
    BUG? : Excel forgets the Data Types of Table Columns in Data Model: Microsoft Office 365, Version 1809 (Build 10827.20181 Click-to-Run) on Windows 10 Pro, 64-bit, Version 1803, OS Build 17134.345 I have a workbook with three tables in the Data Model, drawn from three tables on separate sheets in the workbook. Whenever I close and re-open...
  10. Read from Excel specific columns

    in Microsoft Office and 365
    Read from Excel specific columns: Hallo, seit kurzer Zeit bewege auch ich mich durch das "Matlab-Universum". Demgemäß freue ich mich über jeden kleinen Schritt, der mir gelingt. Nun habe ich jedoch eine Aufgabe erhalten, welche - so denke ich - mein bisheriges Können bei weitem übersteigt. Folgender...