pkp / pkp-lib

The library used by PKP's applications OJS, OMP and OPS, open source software for scholarly publishing.
https://pkp.sfu.ca
GNU General Public License v3.0
299 stars 443 forks source link

[OMP] General errors using the CSV importexport on CLI mode #10116

Open Godoy0722 opened 3 months ago

Godoy0722 commented 3 months ago

Describe the bug Running the CSV importexport tool on CLI mode for OMP 3.3 presented some general errors that needed to be fixed, like required fields missing on the submission, as well as fields that wasn't filled making the submission to don't start with the published status.

To Reproduce Steps to reproduce the behavior:

  1. Fill the CSV file as expected
  2. Execute php tools/importExport.php CSVImportExportPlugin plugins/importexport/csv/<CSV_FILE_NAME>.csv <USERNAME>
  3. See the error

What application are you using? OMP version 3.3.0

Additional information