Class RawParser


  • public class RawParser
    extends Object
    This class contains a set of methods to help parsing file objects between Cognite api representations (json and proto) and typed objects.
    • Constructor Detail

      • RawParser

        public RawParser()
    • Method Detail

      • toRequestInsertItem

        public static Map<String,​Object> toRequestInsertItem​(RawRow element)
        Builds a request insert item object from RawRow. An insert item object creates a new raw row data object in the Cognite system.
        Parameters:
        element -
        Returns: