Check every properties of column class and ensure they are optional ones. As the csv-w spec says,
All properties are optional.
In the case where the name and title properties are both absent, the CSV-W spec says
If the column description has neither name nor titles properties, the string "_col.[N]" where [N] is the column number, becomes the name annotation for the described column.
If the column description has neither name nor titles properties, the string "_col.[N]" where [N] is the column number, becomes the name annotation for the described column.
Check every properties of column class and ensure they are optional ones. As the csv-w spec says,
In the case where the name and title properties are both absent, the CSV-W spec says