Releases: Alban-Peyrat/Find_and_Compare_Records
Releases · Alban-Peyrat/Find_and_Compare_Records
1.10.0
Source code is from 1.13.0
Added
- Test files for the universal data extractor
Changed
- Application name is now Find and Compare Records
- List outputing in CSV file is now an emty cell if the list is empty, or just the value if list contains only one value
- Internal changes, notably centralizing data export functions so they are universal
- Technical documentation about the universal data extractor
1.9.0
Source code is from 1.13.0
Added
- Technical documentation for the matching records part
- Can now query Sudoc's SRU
- Now query Sudoc's SRU using ISBN if both query on
isbn2ppn
failed
Changed
- Internal changes to start implementing classes
- Report is now broken
1.8.0
Source code is from 1.13.0
Added
- Outputs erroneous ISBN from Koha & Sudoc
Changed
- Part of the settings were moved from
settings.json
to a.env
file
1.7.2
Source code is from 1.13.0
Fixed
- Changed
Koha_API_PublicBiblio.py
version to fix crashes when Koha record had only empty subfields in the title
1.7.1
Source code is from 1.13.0
Fixed
- Changed
Abes_isbn2ppn.py
version to fix invalid ISBN returned values
1.7.0
Source code is from 1.13.0
Added
- Output years found inside Koha
215$a
1.6.0
Source code is from 1.13.0
Added
Abes_isbn2ppn.py
is now queried with a converted version of ISBN 10 to 13 (or the other way) if the first query did not return result
1.5.0
Source code is from 1.13.0
Added
- Output notes about edition for both Koha and Sudoc
1.4.1
Source code is from 1.13.0
Changed
- Internal changes to the matching records process
Fixed
- Correctly outputs every lines, even if an error occurred
- Fixed Koha API encoding problem when using JSON
1.4.0
Source code is from 1.13.0
Added
- Added a graphic user interface
- Now outputs :
- PPN already present in Koha record
- Items information already present in Sudoc record
- RCR can now be configured
Changed
- Internal changes (to a lot of things)
Fixed
- Creatting the report no longer crashes the script