
Connection
Select an existing database connection or create a new one (for more information, see Allow Integrate.io ETL access to my database server).Source Properties

- Access mode - select table to extract an entire table/view or query to execute a query.
- Source schema - the source table’s schema. If empty, the default schema is used.
- Source table/view - the table or view name from which the data will be imported.
- Where clause - optional. You can add predicate clauses to the WHERE clause as part of the SQL query that is built in order to get the data from the database. Make sure to skip the keyword WHERE.
- Query - type in a SQL query. Make sure to name all columns uniquely.
- Null string - NULL values in string columns will be replaced with the string specified here. By default NULL values will appear like empty strings.
Source Schema

