CMDBuild Forum

CVS import error

Hello,

 

I have create a Server class using this attributes

Code :
Description :
Name :
Installation_Architecture :
Installation_Version :
System_Model :
Network_IP_Address :
TCPIP_All_DefaultRoute :
DNS_Server :
System_TotalMemory :
Storage_Total_Disk_Space :
LocalFileSystems_All_Device :
LocalFileSystemsAll_MountPoint :
LocalFileSystemsAll_Size :
LocalFileSystemsAll_Free :

When I want to import a .csv file, I have the following error... Can you help me ?

The namemapper array and the value list must match in size. 
Number of columns mismatch number of entries for your map.
context: null offending processor: null

Previously NOLLET wrote:

When I want to import a .csv file, I have the following error... Can you help me ?

The namemapper array and the value list must match in size. 
Number of columns mismatch number of entries for your map.
context: null offending processor: null
CMDBuild should accept a file with the class attribute names (not descriptions) in the first row and the values for those attributes in the other rows. NO BLANK LINES should be present and the data should use UTF-8 encoding without BOM.
 
Paolo