dig-etl-engine
dig-etl-engine copied to clipboard
Download DIG to run on your laptop or server.
while creating new project, enable "Hit Enter" to save
Add support in myDIG for different XSD dates
Need separate myDIG types for year, year/month, year/month/day, year/month/day/time, so that we can properly parse and display dates to users
Implement a new action `delete` in etk filters.
If mydig sees a doc, which it got from ES, with action `delete` set, it should delete it from the ES if mydig sees a doc with action `discard` it...
Define base class for custom extractors
At a minimum, custom extractors need a name that will appear in the myDIG menu of extractors.
Add ability to combine columns using templates
There are CSV files where the values are split over multiple columns and we need them as one column. For example, there can be `year`, `month` and `day` columns and...
Ensure that DIG ETK pipeline remains active
By default, ETK pipeline turns off after one hour. Make sure that for SAGE it is set to never exit.
Ensure that dates/times are parsed in DIG
Looks like DIG does not accept zulu times (trailing z) Verify that ES is correctly mapping the dates so that date queries work. Check the mapping file in ES to...
Create dialog to select extractors for a segment
Shows a dialog that has a checkbox for each extractor.
Add field attribute called "Ranking Multiplier"
Each field should have an attribute called `Ranking Multiplier` and the value can be a float number that defaults to `1.0`. Internally, the attribute can be called `ranking_multiplier` or whatever...
Cursor to be positioned on beginning of each dialog on open. Enter submits the form.