ualbertalib / ojsxml

converts a csv file to ojs native import xml
9 stars 10 forks source link

cover images don't go through #13

Closed devroid-roo closed 11 months ago

devroid-roo commented 1 year ago

hi @jhennig , @ewhanson ,

first of all thanks for this amazing tool. I was able to convert csv into xml and then import the xml file using NATIVE XML PLUGIN however the cover image doesn't show up on ojs side for the article.

i have followed all the instructions provided:

  1. cover images place them in the issue_cover_images directory
  2. cover image is in .jpg
  3. both cover_image_filename and cover_image_alt_text must be included

Please let me know if there is something that we need to do.

Thanks a lot

jhennig commented 11 months ago

Do you get the "covers" xml output? It should look something this: ....

cover_image.png my Alt Text ... .... ... ==

<articles ..... ....

devroid-roo commented 11 months ago

hi @jhennig , thanks for your reply. no i just get 1 XML file in output folder.

devroid-roo commented 11 months ago

hi @jhennig good news, the cover images are being imported now. i tested twice and can see cover images in submissions