User Tools

Site Tools


howtos:toolcoding:mapex2

This is an old revision of the document!


Full Matrix Mapping - Element mapping example supporting tool script code

localinformant fuelType_DB[] = create (; object=set, delimiter=",", \
	allowDuplicate=on, \
	elemNamesFromColNum=1, firstLine=2, \
	lastLine=4, \
	file=$fullFileName)

localinformant emission[] = create (; object=set, delimiter=",", \
	allowDuplicate=on, \
	elemNamesFromLineNum=1, firstCol=2, \
	lastCol=4, \
	file=$fullFileName)

local fuelEm_DB[fTypeDB,em] = create (; dim=fuelType_DB, dim=emission, \
		dataFormat="odometer", \
		delimiter=",", \
    firstLine=2, firstCol=2, \
		ignoreExtraLines=on, \
    ignoreExtraCols=on, \
    file=$fullFileName)
howtos/toolcoding/mapex2.1308001545.txt.gz · Last modified: 2011/06/13 21:45 by chris.strashok