In specification for MME files is defined that "Additional descriptors" are written with "." dot as first character of descriptors.
In Diadem the properties of channel cant begin with ".", so diadem replaces it with "_", but Diadem MME data plugin loads MME files without these properties.
Could you please implement it that it will load these descriptors as well?
------
Now when i export data by MME export plugin, its doesnt collect and save Additional descriptors and after calling the function 'DataFileSave("", "MMEExport")' i must manually open each file created, parse it and add Additional descriptors by checking each line of the file. I got problem there when i got files with lot of values, because using functions "TextfileWriteLn" or methods of Scripting.FileSystemObject takes really long time.
If the data plugin export all descriptors, it would solve the problem im facing.
For example channel with 500.000 values takes minutes to "recreate" the file with just few new lines added.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please refer to the commend of StefanR