Import & Export

<< Click to Display Table of Contents >>

Navigation:  CPT Add-in >

Import & Export

Data import utilizes the standard import system with CPT specific file readers and the ability to define and run internal methods.

Export of data uses a limited Excel process to create files for each test that can be imported into 3rd party applications.

All use data mappings.  

Data Mapping

During the data mapping process there's the opportunity to define system values (i.e. water depth, predrill depth, sleeve offset) and correction methods to automate the generation of ranges.

System Values

Values can be defined for water depth, predrill depth and sleeve offset. These can be expressions, that are evaluated from data stored in the file, or constant values:

**CPT_Setup

[CPT_Setup].[WaterLevel] = <<[SoundingHeader].[WaterLevel]>>

[CPT_Setup].[Predrill] = <<[SoundingHeader].[Predrill]>>

[CPT_Setup].[SleeveOffsetApplied] = <<0.07>>

 

Corrections

Multiple corrections can be defined in the data mapping header, with the order defining the processing order:

Source Type: gru

Source Template: C:\ProgramData\Geroc\DATA\Templates\External\CPT\GorillaTemplate.xlsx

Destination Type: mdf

Destination Template:

Procedures: usp_CPT_MaxDepth

Corrections: CptFilterInterval(0.5, 0.88, 0.05)

hmtoggle_arrow1CptSleeveShift(records)
hmtoggle_arrow1CptFilterInterval(startDepth, interval, thickness)
hmtoggle_arrow1CptFilterQc(minimumValue, varianceRatio, records)
hmtoggle_arrow1CptFilterTimeStamp(difference, records)
hmtoggle_arrow1CptFilterFlag(column, value)