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
Consider a CSVS file with a rule department: is("XYZ") and in($filepath)
and a CSV file with data as:
batch_code,department,held_by,file_path
XYZ32Y24S000,XYZ,"The National Archives, Kew",file:///XYZ_32/content/1/2/3/4/
The error you get is Error: java.util.NoSuchElementException: None.get
Ideally, the error should indicate something on the lines of "The column 'filepath' cannot be found in the CSV file" which will help the user immediately figure out what went wrong
The text was updated successfully, but these errors were encountered:
Consider a CSVS file with a rule
department: is("XYZ") and in($filepath)
and a CSV file with data as:
The error you get is
Error: java.util.NoSuchElementException: None.get
Ideally, the error should indicate something on the lines of "The column 'filepath' cannot be found in the CSV file" which will help the user immediately figure out what went wrong
The text was updated successfully, but these errors were encountered: