Skip to content
Reference > Methods

parseListOfMaps(mapsToParse,fields)

Definition

Table parseListOfMaps(List mapsToParse, String fields)

Description

Given a list of maps, will parse and returns it as a table.

Parameter Definition

Name Type Description
mapsToParse List List of maps to parse. Each map must have keys of type String
fields String String of columns to create table schema. Should be of the form: "Type col1, Type col2,...". Note: columns should match key names