The injection import type can be used to import data for the feature type Injection, also know as grouting.
Data |
Notes |
Feature Name |
New features can be created automatically, observations for already existing features will be appended to that feature. |
Observation data |
Protocoll number System bolting total (calculated) Selective bolting total (calculated) Pre-bolting total (calculated) Total bolts (calculated) System bolting Length (classification) Corrsoivity Class (classification) Count (nummer) Selective bolting Length (classification) Corrsoivity Class (classification) Count (nummer) Pre bolting Length (classification) Corrsoivity Class (classification) Count (nummer) |
Table 1: Data that can be imported by this import type
The file format expected by this import type is a text file structured in lines and columns. The text file can include Unicode characters encoded as UTF-8 (which is backward compatible to ANSI with codepage 65001). The file may use a BOM (Unicode byte order mark) to specify the byte order of the character encoding.
A line in the source file must be terminated by line feed character (U+000A, UTF-8: 0x0A, typical for Unix, Linux, Android, Mac OS X, BSD, and other operating systems), a carriage return (U+000D, UTF-8: 0x0D typical for Mac OS till Version 9 and other operating systems), or a carriage return immediately followed by a line feed (typical for Windows operating systems).
Leading and trailing white space characters (see table 2) will be automatically trimmed from each line. If the column separator is set to tab (U+0009) tabs will not be trimmed. The first character of a line is defined as the first non-white space character, the last character as the last not white space character.
Lines where the first character is a # (U+0023, UTF-8: 0x23) are treated as comment lines and will be ignored. If the # is contained in a line but not the first character in the line it will be treated as data. Empty lines (after trimming) except the first non-comment line after the first header line are ignored.
Each non-comment and non-empty line is separated into cells by the column delimiter character. The column delimiter character can be set in the import type's settings. Only one column delimiter character is allowed between two columns, i.e. for n columns you need exactly n-1 column delimiters, and column n is the column after the n-1th column delimiter.
The first two non-comment and non-empty lines are treated as header lines. Header lines contain processing information for the import. The first header line is used to define the contents of each column by specifying a column content identifier in each cell. This column content identifier is used by the Application Server to match the data in that column to some characteristic of the inclinometer feature or observation. Columns with a column content identifier that is not recognized by the Application Server are ignored. The second header line is used to define the unit for numeric values if these numeric values are matched against a quantity property in the observation's type specific data property structure.
An axis reference system can be specified in import type settings. This will be used for any new features created by the import.
File format:
Namn,Tidpunkt,Sektion från,Sektion till,Protokoll,Längd,Korr.klass,Antal,Längd,Korr.klass,Antal,Längd,Korr.klass,Antal
Bolts,2020-02-07 12:00,200,225,1,2,X,3,4,Y,5,6,Z,7
Bolts,2020-02-07 12:00,200,225,1,2,X,3,4,Y,5,6,Z,8