File:Opasnet base connection.ANA
Opasnet_base_connection.ANA (file size: 80 KB, MIME type: application/xml)
Warning: This file type may contain malicious code. By executing it, your system may be compromised.
Moderator:Jouni (see all) |
|
Upload data
|
This page relates to old versions of Opasnet Base (2008-2011) and its connections. For the current database version, see Opasnet Base.
This model is an interface for uploading data to and downloading it from the Opasnet Base. For using the file, you need Analytica Enterprise.
Uploading to Opasnet Base helps you understand what data could and should be updated to Opasnet Base and what the recommended data structures and formats are. For technical instructions how to use the current upload software, see Opasnet Base connection. For a general description about the database, see Opasnet Base and for technical details about the database, see Opasnet Base structure. For details about downloading data, see Opasnet Base UI.
Some key parts of OBC explained
- Findid
- This function gets an id from a table. It has the following parameters: in: the property for which the id is needed. In MUST be unique in cond and it must contain index i. table: the table from where the id is brought. The table MUST have .j as the column index, .i as the row index, and a column named 'id'. cond: the name of the field that is compared with in. Cond must be text.
- Textify
- Changes a number to a text value with up to 15 significant numbers. This bypasses the number formatting problem that tends to convert e.g. 93341 to '93.34K'. If the input is null, the result is .
See also
- Opasnet Base Connection for R
- Opasnet Base
- Opasnet Base structure
- Uploading to Opasnet Base
- Opasnet Base UI
- Previous version image:RDB connection.ANA and image:RDB reader.ANA were only for either reading or writing data.
- Guidance document for RMySQL (the MySQL database connection for R software.
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Dimensions | User | Comment | |
---|---|---|---|---|
12:44, 19 October 2009 | (55 KB) | Jouni (talk | contribs) | A few bugs corrected. Tested the connection and it works. Still need to think about the usage of Object_info/Method cell, and Data_table/Obs column. Note! This is a zip file. | |
16:34, 17 October 2009 | (55 KB) | Jouni (talk | contribs) | Copy-paste data table, Analytica table, and multi-variable model all work now. The model seems to be ready, but the actual connection must be tested. Note! This is actually a zip file. | |
04:47, 19 September 2009 | (171 KB) | Jouni (talk | contribs) | Corrected a bug in Analytica_node. Added features for multi-variable uploads, but not ready yet (see Variable_info and Ch_var). | |
20:13, 28 August 2009 | (169 KB) | Jouni (talk | contribs) | Input node for anacode added. Results are handled as numbers if possible, otherwise text. | |
13:35, 28 August 2009 | (273 KB) | Jouni (talk | contribs) | Small changes with Res and Resinfo | |
12:37, 8 June 2009 | (91 KB) | Jouni (talk | contribs) | Now the user interface is also updated. The model seems to work fine (except that W_loccell shows a benign warning about summing up text). A larger test phase should be started. This version should be called 1.0. | |
08:31, 8 June 2009 | (167 KB) | Jouni (talk | contribs) | Old parts removed. The new user interface under preparation, still looks messy. Base tables erased, therefore much smaller file size. | |
07:50, 8 June 2009 | (1.34 MB) | Jouni (talk | contribs) | Major restructuring: Only one node can be uploaded at a time. 2D data table is the basic for all data formats, also Analytica nodes are transformed into 2D. This simplifies the code a lot. This is intermediate version, lots of old stuff uncleaned. | |
20:48, 25 May 2009 | (175 KB) | Jouni (talk | contribs) | Reformatted the outline. Corrected node-based data table calculations. Deleted modules Additonal_parts, Additional_parts1, Table_format_for_input, and Dependency_graph. | |
13:03, 22 May 2009 | (1.15 MB) | Jouni (talk | contribs) | SD added to Cell and also some other improvements. | |
03:43, 7 May 2009 | (280 KB) | Jouni (talk | contribs) | Still didn't find the bug to upload to Ressec. Upload_non_public_da works fine if Ressec is replaced with Res. Is this because of database level changes? | |
14:45, 6 May 2009 | (280 KB) | Jouni (talk | contribs) | SD added to the W_cell node. For some reason, data does not upload to Ressec table. It did in the beginning of the session, so I must have made an erroneous change. | |
11:47, 30 April 2009 | (276 KB) | Jouni (talk | contribs) | A few bugs corrected in Doresult and Data_table. | |
22:01, 29 April 2009 | (275 KB) | Jouni (talk | contribs) | This version has such a data table mode that does not use edit tables for uploading the data, but a simple text field. This way, the bug preventing table pasting in the AWP can be overcome. | |
20:52, 23 April 2009 | (267 KB) | Jouni (talk | contribs) | Small bugs corrected. | |
12:51, 23 April 2009 | (267 KB) | Jouni (talk | contribs) | Some problems occurred because of textify function. They were corrected. | |
14:00, 22 April 2009 | (262 KB) | Jouni (talk | contribs) | Many improvements made: textify function added. Some read queries corrected. Write functionalities updated. Now writing seems to work well. | |
14:15, 2 April 2009 | (234 KB) | Jouni (talk | contribs) | Some technical problems corrected. | |
07:48, 1 April 2009 | (230 KB) | Jouni (talk | contribs) | The model was streamlined and hierarchy improved. Now the writer is on top. | |
21:12, 31 March 2009 | (232 KB) | Jouni (talk | contribs) | Now the model works, both data table and Analytica model! I removed the example data from the model. |
You cannot overwrite this file.
File usage
The following 3 pages use this file:
- File:RDB connection.ANA (file redirect)
- File:RDB reader.ANA (file redirect)
- File:Transferring to result database.ANA (file redirect)