From e3dbc4f3f1460932a4823b7ce8a8cceff4e3e093 Mon Sep 17 00:00:00 2001 From: Jessica Dussault Date: Fri, 24 Apr 2020 08:39:32 -0500 Subject: [PATCH] updates changelog --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c48d6f1c..76dcacb76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,13 +9,22 @@ Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] Changelog up to date -## [v0.1.6](https://github.com/CDRH/datura/compare/v0.1.5...v0.1.6) - 2020-02-11 - WEBS HTML Object +## [v0.1.6](https://github.com/CDRH/datura/compare/v0.1.5...v0.1.6) - 2020-04-24 - Improvements to CSV, WEBS transformers and adds Custom transformer + +### Added +- CsvToEs class added which imitates style of other XToEs classes for easier overriding / maintenance +- Custom formats now supported, although no functionality provided since the type of format cannot be predicted +- Adds documentation for custom format setup ### Changed +- CSV to ES transformation no longer accepts default column names, but instead looks for columns matching ES fields to use - FileType elasticsearch transform now has swappable component when reading XML-type files. Webscraping script altered to manipulate HTML instead of XML object type +### Removed +- CSV to ES transformation used to automatically assume columns as ES fields, this functionality has been removed + ## [v0.1.5](https://github.com/CDRH/datura/compare/v0.1.4...v0.1.5) - 2020-02-03 - VRA to Solr ### Added