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
When uploading multiple items via CSV it appears that items with a blank url field are skipped, but if it is set to ~ you can effectively skip the field but still save and index the item. This is documented in the spec, but maybe not in any user facing way? It tripped @dnoneill and I up for a few minutes.
It might be worth adding a note or an example row in the downloadable CSV template?
When uploading multiple items via CSV it appears that items with a blank url field are skipped, but if it is set to
~
you can effectively skip the field but still save and index the item. This is documented in the spec, but maybe not in any user facing way? It tripped @dnoneill and I up for a few minutes.It might be worth adding a note or an example row in the downloadable CSV template?
spotlight/app/jobs/spotlight/add_uploads_from_csv.rb
Line 49 in c867eec
spotlight/spec/jobs/spotlight/add_uploads_from_csv_spec.rb
Line 12 in c867eec
The text was updated successfully, but these errors were encountered: