Skip to content
Snippets Groups Projects

Electronics Data Handling

First time run ("Installation")

The FirstTimeRun.bat file prepares the local environment in the current user's scope so the module can access all its functionality.

Usage

The ElectronicsDataPointExtraction.bat file invokes a PowerShell function, which calls the logic of the ElectronicsDataHandling module.

The extraction function asks for an integer number N, which selects every n-th line of the input file.

Release History

Version 1.0.1
  • Changed function: Convert-ElectronicsDataFile
    Improved Excel file handling
    Introduced CSV file handling
  • Added transcript logging
Version 1.0.0
  • Added function: Convert-ElectronicsDataFile