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
This issue is to get Bulkrax 5.3.0 working with GBH's CSV Parser.
The CSV parser should continue using the child relationship job.
Fix failing specs related to CSVs. They were commented out in #93
rspec ./spec/models/bulkrax/csv_entry_spec.rb:167 # Bulkrax::CsvEntry exporting by Asset worktype creates the correct headers including valid PhysicalInstantation headers
rspec ./spec/models/bulkrax/csv_entry_spec.rb:151 # Bulkrax::CsvEntry exporting by Asset worktype creates the correct headers including valid Asset headers
rspec ./spec/models/bulkrax/csv_entry_spec.rb:183 # Bulkrax::CsvEntry exporting by Asset worktype creates the correct headers not including invalid model headers
rspec ./spec/models/bulkrax/csv_entry_spec.rb:131 # Bulkrax::CsvEntry exporting by Asset worktype with class method #build_export_metadata returns parent and children data as a single hash
rspec ./spec/models/bulkrax/csv_entry_spec.rb:97 # Bulkrax::CsvEntry builds entry with required metadata succeeds
We are aware the the csv parser is currently failing. Because it's the last priority, we will skip these specs for now and resolve them when we work on the CSV parser.
ref: scientist-softserv#105
This issue is to get Bulkrax 5.3.0 working with GBH's CSV Parser.
The CSV parser should continue using the child relationship job.
Fix failing specs related to CSVs. They were commented out in #93
sample docs: https://drive.google.com/drive/folders/1LrdWr0cZXQvouL5OpYeLgjRw6UBtgOR3
The text was updated successfully, but these errors were encountered: