cyberark / epv-api-scripts

These API scripts enable CyberArk users to automate privileged account management task like account creation, user management, and more.
https://www.cyberark.com/best
Apache License 2.0
195 stars 175 forks source link

Consistent handling of CSV delimiters #358

Closed matiya closed 10 months ago

matiya commented 1 year ago

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.

bab29 commented 10 months ago

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.