Skip to content

Commit

Permalink
Correct syntax totalColumns rather than columns
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidUnderdown authored Aug 30, 2022
1 parent 0d0bb7f commit 24fed4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example-schemas/transcription_v1_ADM158B000.csvs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version 1.0
@columns 27
@totalColumns 27
/*Cataloguing fields*/
sub_item: range(1,40)
division: is("Chatham") or is("Plymouth") or is("Portsmouth") or is("Woolwich") @optional
Expand Down Expand Up @@ -34,4 +34,4 @@ comments: regex("[-\w\s,\.\(\)\/'":\?\&]+") @optional
former_service: regex("[-\w\s,\.\(\)\/'":\?\&]+") @optional
remarks_observations: regex("[-\w\s,\.\(\)\/'":\?\&]+") @optional
reason_for_discharge: is("Discharged Dead") or is("Shore") or is("Invalided") or is("Run") @optional
comments: regex("[-\w\s,\.\(\)\/'":\?\&]+") @optional
comments: regex("[-\w\s,\.\(\)\/'":\?\&]+") @optional

0 comments on commit 24fed4e

Please sign in to comment.