Re: [Koha] Schema question

2017-06-21 Thread Ricardo Ruiz
Hi Tomas, This is not the case of a bug, I just wanted to be clear about the storage process for a migration process that I'm going to do. Thank you very much for your help. Regards 2017-06-21 16:40 GMT-05:00 Tomas Cohen Ara

Re: [Koha] Schema question

2017-06-21 Thread Tomas Cohen Arazi
The MARC::Record library which we use to parse that kind of data, preserves the subfield order. So it won't modify =650 $a History $z Colombia and storage will be different if it gets =650 $z Colombia $a History If such wasn't the case, you might have found a bug. Then you should provide with

Re: [Koha] Schema question

2017-06-21 Thread Ricardo Ruiz
Thanks Tomas, for your answer. And in this regard I ask you the following: if I import in koha a .mrc file in koha which contains a record with this information: = 650 \\ $ History $ z Colombia will MARCXML storage maintain this order? MARCXML storage will be different if the information is: = 65

Re: [Koha] Schema question

2017-06-21 Thread Tomas Cohen Arazi
That's stored on the MARCXML data itself. El mié., 21 jun. 2017 a las 17:48, Ricardo Ruiz () escribió: > Hi All, > > In the bib editor the user can reorder subfields (upSubfield), in which > table or place is this new ordering information stored? > > > Thanks, > Ricardo > > __

[Koha] Schema question

2017-06-21 Thread Ricardo Ruiz
Hi All, In the bib editor the user can reorder subfields (upSubfield), in which table or place is this new ordering information stored? Thanks, Ricardo