Commit Graph

5 Commits

Author SHA1 Message Date
bcba117742 do not use static string compressor in upload handlers 2021-09-18 19:41:40 +02:00
8595f989b8 use factory to create CsvToEntryTransformer 2021-08-14 12:44:40 +02:00
67c66ef89d add second parser that uses a standard CSV reader 2021-08-12 17:54:27 +02:00
825bac24b9 add file drop handler
You can define a folder and ingest files dropped into it.
2021-08-07 13:31:44 +02:00
85ed5f1ccb file drop support
- Add a folder where you can drop Zip files which will then be
  extracted on the fly and ingsted.
- CsvReaderSettings now contain TagMatcher that are applied to the
  first line and can be used to extract additional tags.
- Update to jdk 16 so that we can have records.
2021-08-01 09:31:40 +02:00