cyberark / epv-api-scripts

These API scripts enable CyberArk users to automate privileged account management task like account creation, user management, and more.

Home Page:https://www.cyberark.com/best

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consistent handling of CSV delimiters

matiya opened this issue · comments

Related to #281: if one searches this repo for "Import-Csv $csvPath -Delimiter $delimiter" then I can see that there are different and not uniform way to derive the correct value for the delimiter.

For instance:

I for one, find that it would be nice if one could pass the delimiter value as a parameter, but even if not it should be handled consistently so that I don't have to break into the debugger to find out how I should format the CSV.

commented

There is a todo item to try and standardize the function and processes across all scripts. As these scripts have been donated by many different people that will have differences.