Releases: cefriel/mapping-template
Releases · cefriel/mapping-template
mapping-template v2.6.3
mapping-template v2.6.2
mapping-template v2.6.1
SmartEdge Release 2
Features
- Updated Apache VTL DateTool to ComparisonDateTool
Fixes
- Content of
CSVReaderis (by default) no longer consumed after being read once - Corrected the behaviour of the
setOnlyDistinctoption for theCSVReader - Various minor fixes for the RML to MTL compiler
mapping-template v2.6.0
mapping-template v2.5.2
mapping-template v2.5.1
SmartEdge Release 1
Fixes
Address different null behaviour for RDF4J HTTPRepository and MemoryRepository.
mapping-template v2.5.0
Features
-
SQLReader Enhancement: You can now easily obtain a DataFrame by simply providing the corresponding SQL table name (Issue #17)
-
CSVReader Improvement: You can now specify which columns to include when creating a DataFrame from a CSV file (Issue #23)
Fixes
- CLI Tool Path Issue: Fixed an issue where the basepath was not being correctly prepended to the functionsPath when using the tool as a CLI. This ensures that all function paths are correctly resolved, preventing errors. (Issue #13)
mapping-template v2.4.1
Fixes:
- Corrected JSON formatter issue introduced in v2.4.0 where top-level arrays were not recognized as valid JSON files.
- Removed './' as default
--basepathvalue. Now assumes file resources are supplied as absolute or relative paths. './' can still be specified to--basepathto get the previous behavior.
Dependencies upgrades
- RDF4J has been upgraded to version 4.3.10
mapping-template v2.4.0
Features
- Added support for reading data from SQL databases (MySQL and Postgres), as shown in example
- Added json formatter option
mapping-template v2.3.2
Fixes
- The JsonReader now respects the
--verboseflag for logging.