On the m365 spo listitem batch remove command, a CSV file is expected with a column named ID. The check for this column is case sensitive. So if I have a CSV with a column named Id, the command will fail with the error Error: The file does not contain the required header row with the column name 'ID'.
It's a small enhancement, but we should make the column name case-insensitive
On the m365 spo listitem batch remove command, a CSV file is expected with a column named
ID
. The check for this column is case sensitive. So if I have a CSV with a column namedId
, the command will fail with the errorError: The file does not contain the required header row with the column name 'ID'.
It's a small enhancement, but we should make the column name case-insensitive