Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 539 Bytes

mapper.md

File metadata and controls

27 lines (17 loc) · 539 Bytes

data_reader . mapper

Mapper

Table of Contents

Methods

init(mapping)

Mapper constructor.

Parameters
  • mapping : string - required

transform(data) : dict

Transforms the data with the mapping you've provided.

@returns dict

Parameters
  • data : dict - required
    Source data object from where the mapper is gonna retrieve data.