ajnyga / tsvConverter

Excel to OJS3 XML conversion tool
GNU General Public License v3.0
17 stars 12 forks source link

3.2 and 3.3 #17

Open eddoff opened 3 years ago

eddoff commented 3 years ago

Do you have any plans to update this converter for support for OJS 3.2 and 3.3? I have made some tests to revise it to 3.2 but I am not sure it is fully working. I can see if I can make a PR from that.

ajnyga commented 3 years ago

Hi, yes I will definitely update the plugin for 3.2 and 3.3 during the spring. We are upgrading our installation so we will need it as well.

ajnyga commented 3 years ago

I did a new release for 3.2. today. Remember to do a test export first if you use it. I have not checked yet whether 3.3. has a lot of changes in the schema, but they should be minor and I will do a release for 3.3. as well soon.

eddoff commented 3 years ago

Thank's a lot!

Opussci commented 3 years ago

Can you help me and inform us when you will manage to make the release for 3.3.?

ajnyga commented 3 years ago

Have you tried the current version with 3.3? We are just upgarding to 3.2 and after that I will start to prepare our plugins and other stuff for 3.3

errotu commented 3 years ago

I tried to import the exampleAdvanced (after being converted to xml) and received the following errors:

Element '{http://pkp.sfu.ca}revision': This element is not expected. Expected is one of ( {http://pkp.sfu.ca}creator, {http://pkp.sfu.ca}description, {http://pkp.sfu.ca}name ). Element '{http://pkp.sfu.ca}revision': This element is not expected. Expected is one of ( {http://pkp.sfu.ca}creator, {http://pkp.sfu.ca}description, {http://pkp.sfu.ca}name ). Element '{http://pkp.sfu.ca}submission_file_ref', attribute 'revision': The attribute 'revision' is not allowed. Element '{http://pkp.sfu.ca}submission_file_ref', attribute 'revision': The attribute 'revision' is not allowed. Element '{http://pkp.sfu.ca}revision': This element is not expected. Expected is one of ( {http://pkp.sfu.ca}creator, {http://pkp.sfu.ca}description, {http://pkp.sfu.ca}name ). Element '{http://pkp.sfu.ca}submission_file_ref', attribute 'revision': The attribute 'revision' is not allowed. Element '{http://pkp.sfu.ca}revision': This element is not expected. Expected is one of ( {http://pkp.sfu.ca}creator, {http://pkp.sfu.ca}description, {http://pkp.sfu.ca}name ). Element '{http://pkp.sfu.ca}submission_file_ref', attribute 'revision': The attribute 'revision' is not allowed. Element '{http://pkp.sfu.ca}revision': This element is not expected. Expected is one of ( {http://pkp.sfu.ca}creator, {http://pkp.sfu.ca}description, {http://pkp.sfu.ca}name ). Element '{http://pkp.sfu.ca}submission_file_ref', attribute 'revision': The attribute 'revision' is not allowed.

errotu commented 3 years ago

Same with the exampleMinimal:

Element '{http://pkp.sfu.ca}revision': This element is not expected. Expected is one of ( {http://pkp.sfu.ca}creator, {http://pkp.sfu.ca}description, {http://pkp.sfu.ca}name ). Element '{http://pkp.sfu.ca}submission_file_ref', attribute 'revision': The attribute 'revision' is not allowed. Element '{http://pkp.sfu.ca}revision': This element is not expected. Expected is one of ( {http://pkp.sfu.ca}creator, {http://pkp.sfu.ca}description, {http://pkp.sfu.ca}name ). Element '{http://pkp.sfu.ca}submission_file_ref', attribute 'revision': The attribute 'revision' is not allowed.

ajnyga commented 3 years ago

This was to 3.3?

errotu commented 3 years ago

Yes (sorry that I forgot to add that information)

ajnyga commented 3 years ago

Ok, I will probably look at the 3.3 requirements during summer when I start to prepare our own upgrade.

AnufrievGrigoriy commented 2 years ago

Hello! I ran into the same problem as errotu when trying to upload XML. Could you tell me what is the correct way to upload it to the OJS server? Should I use the Native XML Plugin? (OJS 3.3)

eddoff commented 2 years ago

If you are using 3.3 you probably need to make some revisions. Either you use Native XML Plugin or you use the server tool to import

sulazix commented 2 years ago

Refactor has been made to submission_file in 3.3 :

https://github.com/pkp/ojs/commit/863fbbc22f4ee3c0a2c7aad69134f586669838f3