You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We had problems with ill formatted CSV imports sin the past such as an empty requirements Id, inconsistent line length (number of items in one row). Thus we want to check the input file for problems on loading:
are all rows equally long (as long as the top row with titles)
is the ID field (requirements ID chosen during import) empty
are all IDs unique
sluggify the IDs for file system usage
check if type and description are None and replace by empty string, as this may be empty, but shall not crash
The text was updated successfully, but these errors were encountered:
We had problems with ill formatted CSV imports sin the past such as an empty requirements Id, inconsistent line length (number of items in one row). Thus we want to check the input file for problems on loading:
The text was updated successfully, but these errors were encountered: