Transformations allow you to format data and manipulate schemas.
formatRecord
hook.
formatRecord(record)
formatRecord
hook is called for every row in the importer. It allows you to auto-format, correct issues, and more.
Here are some samples of things you might want to do with this hook:
record
passed to this hook is an object that represents a single row in the importer. You can access the properties of the record using the internal_key
of each column.