The following type mapping between Miner Field Type and Spectrum Field Type is done
automaticallyTable 1. Field Mappings
Miner Type |
Spectrum Type |
integer |
integer |
string |
string |
real |
double |
date |
datetime |
If a field has a name that contains symbols which are invalid in Spectrum, the invalid
symbols will automatically be replaced with an _ . If two or more fields have the same
transformed name an additional index will be appended to the name, for example:
{x}Field{x}
{y}Field{y}
where {x} and {y} are characters not supported in a Spectrum field name, would end up
as
_Field_1
_Field_2
in the output channel.