The member “0” is already present
I have a powershell code that reads in a file and for every record it processes it executes a “piconfig” utility command with the record as part of that commmand. However it stops running after the first record with a “The member “0” is already present. I thought this error only appears if a column repeats itself. The in put file itself does not have any column headers, and the attributes (e.g. name, description, location1..etc..etc) in the command line don’t appear to repeat either.