<entries>
<entry  name="Data Dictionary: Example point type"  type="type_metameta_dictionary"  id="dictionary" ><properties><![CDATA[form.area.show=false
form.location.show=false
record.file.class=org.ramadda.data.point.text.CsvFile
record.properties=



#This is the row that defines the field names, i.e., the second row (like above) has a comma separated list of names
fieldRow=2

#total number of header rows to skip over. In the above example there are 4 total header lines. the 2nd line has the field names
skiplines=4

#This defines the date format for the timestamp field
#If your data has a different field name for time then use that name
#the data format follows Java's https://docs.oracle.com/javase/8/docs/api/java/text/SimpleDateFormat.html
#If you don't have time then no worries
timestamp.format=yyyy-MM-dd HH:mm:ss

#You can define units for the fields with
temp_c.unit=C
depth_m.unit=M


     
]]></properties>
<short_name>type_point_example</short_name>
<dictionary_type>entry</dictionary_type>
<super_type>type_point</super_type>
<handler_class>org.ramadda.data.services.PointTypeHandler</handler_class>
</entry>
<entry  name="Number of points"  type="type_metameta_field"  parent="dictionary" ><field_index>1</field_index>
<field_id>numberofpoints</field_id>
<datatype>int</datatype>
<properties><![CDATA[description=Point Data
showinform=false
showinhtml=false
]]></properties>
<database_column_size>400</database_column_size>
</entry>
<entry  name="Properties"  type="type_metameta_field"  parent="dictionary" ><field_index>2</field_index>
<field_id>properties</field_id>
<datatype>string</datatype>
<properties><![CDATA[canexport=false
canlist=false
cansearch=false
changetype=true
columns=-1
description=Point Data
rows=8
showinform=true
showinhtml=false
size=30000
]]></properties>
<database_column_size>30000</database_column_size>
</entry>
</entries>
