User Tools

Site Tools


import

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
import [2012/10/17 14:34]
Oleksiy [ODBC/OLEDB Import]
import [2014/02/11 09:48]
Oleksiy [Import]
Line 1: Line 1:
 +
 ====== Import ====== ====== Import ======
  
-The import module reads data from data sources. +Import module is used to setup connections to files or databases. GMDH Shell performs import of connected datasets in the beginning of each modeling simulation.
-  * CSV/XLS/XLSX Import +
-  * ODBC/OLEDB Import +
-   +
- +
-==== CSV/XLS/XLSX Import ==== +
- +
-The module has support for +
-  * Tables that store variables as columns (by default). +
-  * Tables that store variables as rows. +
-  * CSV, XLS and XLSX file formats. +
-  * Reading table headings from the the first row. +
-  * Reading row labels from a column that contains unique Timestamps or IDs. +
-  * Reading row labels composed from two or three separate columns: Year + Month, Year + Week, Year + Quarter, Year + Month + Day. +
-  * Detection of text (categorical) variables. (blue columns) +
-  * Detection of Date/time variables in the dataset.(green columns) +
-  * Reading records in backward order. +
-  * Missing values detection. +
- +
-:!: Limitations: \\ +
-  * The module reads data only from the first sheet of .xls or .xlsx file.\\ +
-  * The module can't read from password-protected files.   +
- +
-Data files may consist of numeral, categorical (text) or date/time columns. There is a color-based indication of column types: +
- +
-  * Categorical (text) - blue. +
-  * Date/time - green. +
-  * Missing values - light grey. (if the cell in not empty) +
- +
-Column names are allowed but not required. +
-GMDH Shell does not provide tools for file editing but allows a user to keep data file opened for editing. It is not required to close the editor (Excel, Notepad, etc) before clicking at the Import or the Start buttonYou can modify data file using your editor, save changes and immediately start recalculation of results in GMDH Shell+
- +
-=== Import dialog === +
- +
-  - Click on the Import button {{:img:button-24_import.png?height=16|Import button}} located in the toolbar.  +
-  - Select one of your data files, press OK. Then the Import configuration dialog opens. +
-  - In the Import dialog set the importing parameters, press OK. +
-  - If your project folder doesn't contain project settings yet, the Template selection dialog appears next to the Import configuration dialog.  +
-  - In the Template selection dialog choose a relevant [[Templates|Template]] and press OK. +
- +
-If your project folder contains several data files, the Import module makes all of them available in the Data manager. Selection of just one file points importer module to the whole directory. +
- +
-The file selected during the import procedure receives a special status ''Current'' in the Data manager. Only variables from the Current file can be used as model inputs or targets without filename prefixes, for example, ''var1'' instead of ''filename.var1'' required for other files. +
- +
-Current file path will appear in the title bar of GMDH Shell window:+
  
-{{:img:_window_title_bar.png|}}+The following connections are available: 
 +  * **CSV/XLS/XLSX connection** is used to import one or more spreadsheets or text files with delimiters. 
 +  * **ODBC/OLEDB connection** is used to import the data from most databases and third party programs via their ODBC interface. 
 +  * **Order list connection** is used to extract historical demand from the raw list of customer orders. The module is only available in the 'Business forecasting' version of GMDH Shell. 
 +  * **Sage Accounting connection** is used to extract retail sales data from 'Sage 50' and other versions of Sage accounting software. The module is only available in the 'Business forecasting' version of GMDH Shell.
  
-==== Import configuration ====+===== CSV/XLS/XLSX connection =====
  
-{{:img:dialog_import_csv-xls-xlsx.png?width=513|Import dialog}}+**File > New project > CSV/XLS/XLSX connection** is used to connect data files, this can be one or several Excel files or ASCI files with delimiters, for example, ''.csv'', ''.txt'', etc. At all stages you can keep your files opened for editing, for example in Excel or Notepad. The following limitations apply: 
 +  * The module works with columns. If series of observations are rows (not columns), **Transpose data** option must be turned-on. 
 +  * The module cannot read password-protected spreadsheets 
  
-== Read column labels from the 1st row ==  +In the right part of the connection dialog there is a preview window with preliminary import results. It uses the following color-based indication of data types: 
-Reads column names from the first row of data file(s). The number of elements in the first row is used for  detection of data table width.+  * Numeric cells - black. 
 +  * Text cells (categorical data- blue. 
 +  * Date/time cells - green. 
 +  * Missing values - light gray. (if the cell is not empty) 
 +  * Discarded columns - gray cells
  
-== Read row labels (ID, timestamp) from column N == +{{ :img:dialog_data_connection.png?width=543 |Import dialog}}
-If you have unique data row identifiers, for example, calendar dates then you can tell the Importer in which column they are located and use them for visualization instead of default ID marks. For example, row labels serve as timestamps for time series charts. +
-In case of multiple data files, the row labels will be taken from the ''Current'' data file.+
  
-Quite often datasets have date marks such as year and month or week located in separate columns. Then you can compose timestamps from several columns using the option **Compose ID from several columns**. +== Column labels ==
-In this case all aggregated columns in the dataset must be neighboring and the option **Read row lables from column N** must point to the first of them.+
  
-==CSV delimiter==+**Column labels** are used as variable names, therefore you should either instruct GMDH Shell to **Use 1st row** for this purpose or to generate labels automatically: ''**x1, x2, x3...**''. Both variants can be used simultaneously with **Custom labels** allowing you to replace any labels with your own. For example, **Custom labels** ''**,,Date,**'' will be interpreted as labels ''**x1, x2, Date, x4**''
  
-Sets a delimiter type. Applicable to CSV files only.+== Row labels (ID, timestamp) ==
  
-==Missing value mark==+**Row labels** are used to refer to observations, **Row labels** must be unique like date and time or like identifiers.
  
-Import  module is responsible for detection of missing valuesIt replaces various cells that fall into missing value conditions with regular NULL values and thus allows [[Preprocess|Preprocessor]] module to handle missing values appropriately.+If your dataset store timestamps elements (year, month, day, week and time) in separate columns, you can compose the timestamp from several columnsFor this purpose use the option **Compose ID from several columns**. All timestamp elements in the dataset must be neighboring columns and the option **Read row lables from column N** must point to the first of them. Supported combinations are: **Year + Month**, **Year + Week**, **Year + Quarter**, **Year + Month + Day**, **Date + Time**.
  
-==Consider text cells as missing== 
  
-Replaces any non-numeric values with regular NULL values.+==Missing values==
  
 +Import  module is responsible for detection of missing values. It replaces various types of missing values with regular NULL values and thus allows us to handle them properly at the [[Preprocess]] stage.
  
-==== Data file examples ====+**Missing value mark** is used to type in the missing mark or to select one of the standard marks. 
  
-\\+**Consider text cells as missing** is used to replace all non-numeric cells with regular NULL values.
  
-{{:img:window_openoffice_dataset.png|}}+== Other settings ==
  
-\\+**Delimiter** is used to set the delimiter type such as coma, space, tab, or any other. This option is applicable only to ASCI files with delimiters (''.csv'', ''.txt'', etc.).
  
-{{:img:window_notepad_dataset.png|}}+**Import all files with the same extension** is used to connect all files with the same extension within the current directory.
  
 +**Import all sheets of a workbook** is used to connect all sheets of one or many ''.xls'' or ''.xlsx'' workbooks.
  
 +**Transpose tables, i.e. read columns from rows** is used to support data series formatted as rows (not columns).
  
-==== ODBC/OLEDB Import ====+**Reverse order of rows** is used to support data series where the most resent observations are in the top of the table and the oldest observations are in the bottom. 
  
-ODBC/OLEDB Import allows GMDH Shell to access data stored in databases.+**Import rows starting from** is used to skip a number of rows in the top of the table, in particular this option is used to skip the header information.
  
-1. First of all select the import module: +==== ODBC/OLEDB connection ====
-Menu > File > ODBC/OLEDB import+
  
-2In the appeared dialog select directory where all settings and quires will be stored.+**File > New project > ODBC/OLEDB connection** is used to connect various databasesMost database vendors provide at least a minimal ODBC driver with their database. This import module requires knowledge of SQL quires.
  
  
 +==== Sage Accounting connection ====
  
 +**File > New project > Sage Accounting connection** is used to easily extract retail sales data from 'Sage 50' and other versions of Sage accounting software (www.sage.co.uk). The module is only available in the 'Business forecasting' version of GMDH Shell.   
  
-The import module can be selected in the toolbar  
    
  
import.txt · Last modified: 2021/06/01 03:27 (external edit)