markgar / ConvertFrom-FixedWidth

Powershell Function to convert fixed with text table to Powershell object list
MIT License
2 stars 1 forks source link

Replace hardcoded delimiter with a parameter #2

Open nlsdg opened 2 years ago

nlsdg commented 2 years ago

Replaces the hardcoded comma as a delimiter, and pass it along to Convert-FromCsv.

To be used in cases where the fixedwidth data contains a comma.

Fixes #1

DaafSamson commented 11 months ago

Please pull this in to the main code!