Hi
I want to know first of all if enumtype file is a must for Publishing in-house data to TREP.
Below is my RDMFieldDictionary.
!ACRONYM DDE ACRONYM FID RIPPLE FIELD TYPE LEN RWF TYPE RWF LEN
!------ ----------- --- ------ ---------- --- -------- -------
WEIGHT "" 1 NULL NONE 0 REAL64 7
EXECUTION_MS "" 2 NULL NONE 0 UINT 6
SIGNAL_MS "" 3 NULL NONE 0 UINT 6
YIELD "" 4 NULL NONE 0 UINT 6
For the above disctionary do I still need a enumtype file, if so I can create dummp file which looks like below.
! ACRONYM FID
! ------- ---
!
RDN_EXCHID 4
!
!
! VALUE DISPLAY MEANING
! ----- ------- -------
0 " " Not allocated
!
If I Publish data on FID 4 which is listed in the enumtypes, will it break something, where it doesn't know whether to parse it as an enum or not? Can you please clarify.