Click or drag to resize

CDHDatamineToCSV Method

Convert a Datamine drillhole file to CSV files ready for import.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void DatamineToCSV(
	string file,
	string proj
)

public static void DatamineToCSV(
	string file,
	string proj
)

Parameters

file
Type: SystemString
Datamine database file to import (*.dm)
proj
Type: SystemString
Drillhole project name
Remarks
Creates three CSV files and the accompanying template files ready for batch ASCII import into a drill project. Project_Collar.csv, .i3 Project_Survey.csv, .i3 Project_Assay.csv, .i3
See Also