Different ways of Data Import

Import data from various sources:
  • Copy & Paste from Clipboard (works with e.g. images, spreadsheet tables, tables from websites)
  • Data Import Wizard for Comma-separated values (.csv) and Spreadsheet (.xls) files
  • Data Import using the File Read Operator
  • Data Import using File Read Operator from Archive files (e.g. .zip, .gz, .tar)
  • SQL Select from Database via ODBC connection
  • Data Import from the web via HTTP Get Request
  • Direct Data Import from SQL Dump files (.sql)
  • Custom Import Packages: shows how to install a library from a package and use the operator to import data, e.g. SVG
  • File Based Bulk Import