Many of our itemdef.csv files did not pass csvlint, for a few reasons:
Some were missing the type column header.
The choices field is an Array separated by commas, which trips up parsers that know the column separator for this CSV format is ALSO commas. Using a small script I changed those commas into Pipes
Many of our
itemdef.csv
files did not passcsvlint
, for a few reasons:type
column header.choices
field is an Array separated by commas, which trips up parsers that know the column separator for this CSV format is ALSO commas. Using a small script I changed those commas into Pipes