Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
kiara-plugin.tabular / tabular / pipelines / extract_date_array.from.table.yaml
Size: Mime:
{
  "pipeline_name": "extract.date_array.from.table",
  "doc": "Extract a date array from a table column.",
  "steps": [
    {
      "module_type": "table.pick.column",
      "step_id": "pick_column"
    },
    {
      "module_type": "parse.date_array",
      "step_id": "parse_date_array",
      "input_links": {
        "array": "pick_column.array"
      }
    }],
  "input_aliases": {
      "pick_column.table": "table",
      "pick_column.column_name": "column_name"
  },
  "output_aliases": {
      "parse_date_array.date_array": "date_array"
  }
}