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 / import.table.from.local_folder_path.yaml
Size: Mime:
{
  "pipeline_name": "import.table.from.local_folder_path",
  "doc": "Import a table from a local folder containing text files.",
  "steps": [
    {
      "module_type": "import.local.file_bundle",
      "step_id": "import_file_bundle"
    },
    {
      "module_type": "create.table.from.file_bundle",
      "step_id": "create_table_from_files",
      "input_links": {
        "file_bundle": "import_file_bundle.file_bundle"
      }
    }],
  "input_aliases": {
    "import_file_bundle.path": "path"
  },
  "output_aliases": {
    "import_file_bundle.file_bundle": "imported_file_bundle",
    "create_table_from_files.table": "table"
  }
}