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
a_column: integrityCheck("includeFolder") /*the validator should check all file system folders for files that are not referenced in the CSV file
1689
1689
the "includeFolder" parameter indicates that there are explicit references to all file folders in the CSV file
1690
-
as the second parameter has not been supplied it defaults to the value "content" meanig that all sub folders must
1690
+
as the second parameter has not been supplied it defaults to the value "content" meaning that all sub folders must
1691
1691
sit within a folder with that name*/
1692
1692
another_column: integrityCheck("file:///C:/","excludeFolder") //here the string "file:///C:/" is prepended to the contents of another_column before the integrity check is made
1693
1693
third_column: integrityCheck("","excludeFolder") //here as an empty string is included, we indicate that there is no content folder
a_column: integrityCheck("includeFolder") /*the validator should check all file system folders for files that are not referenced in the CSV file
1689
1689
the "includeFolder" parameter indicates that there are explicit references to all file folders in the CSV file
1690
-
as the second parameter has not been supplied it defaults to the value "content" meanig that all sub folders must
1690
+
as the second parameter has not been supplied it defaults to the value "content" meaning that all sub folders must
1691
1691
sit within a folder with that name*/
1692
1692
another_column: integrityCheck("file:///C:/","excludeFolder") //here the string "file:///C:/" is prepended to the contents of another_column before the integrity check is made
1693
1693
third_column: integrityCheck("","excludeFolder") //here as an empty string is included, we indicate that there is no content folder
0 commit comments