# Mapping Functions

The following functions can be used to create the intermediate mapping CSV required to generate a parser

```{eval-rst}
.. autofunction:: autoparser.create_mapping
```

## Class definitions

You can also interact with the base class `Mapper`

```{eval-rst}
.. autoclass:: autoparser.Mapper
    :members:
```