LAE

Welcome to the LAE community!  Please feel free to start a discussion in the discussion tab or join in a conversation.

Discussions

Members

Resources

Events

 View Only
  • 1.  Dynamic data conversion of fields with changing field names

    Employee
    Posted 04-24-2013 02:24

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: Jensen

    Hi, I have acquired 10 unicode fields, FieldA to FieldJ. FieldA has a fixed field name and is of String type. The field name of the other 9 fields will change frequently and they are expected to be of Double type.

    I can use the first output from Data Analyzer node to achieve my objective but I prefer not to due to performance issues.

    Would need any advice on how Brainscript can help here.

    Thanks in advance!


  • 2.  RE: Dynamic data conversion of fields with changing field names

    Employee
    Posted 04-29-2013 05:57

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: Jensen

    Hi, can anyone help?


  • 3.  RE: Dynamic data conversion of fields with changing field names

    Employee
    Posted 04-29-2013 11:30

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: rboccuzzi

    Jensen, we will be releasing a node (Change Metadata) into the LAL library with that functionality in the next month or so. Until then, I don't believe there is a way to do this in BRAINscript; I believe you should continue to use the Data Analyzer until this node is released, if that is possible. Otherwise, you would need to write something in either Python or Java.

    Cheers
    Rich


  • 4.  RE: Dynamic data conversion of fields with changing field names

    Employee
    Posted 04-30-2013 02:52

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: Jensen

    Thanks for the information Rich.
    Will look forward to the new node then.