Skip to content

Introduction

How it works

Skifta works by reading the desired SQL file, it will run through it 2 times.

The first run it’ll locate where the desired columns is located in the file (by checking byte offset) so that in the second run it’ll just focus on those specific lines rather then going through line by line and trying to parse the statements.

The second run it’ll just raw copy the data up until a column needs transformation. Then it’ll start to transform the statements line by line and doing appropriate transformations. When the transformation for a specific column has been completed it’ll just go back to copying raw data until the next transformation is needed.

How to configure

See Configuration

Authentication

See Authentication