ToXLSXOperator

XLSX

Convert Parquest, CSV, JSON, JSON Lines into XLSX

View on GitHub

Last Updated: Sep. 6, 2021

Access Instructions

Install the XLSX provider package into your Airflow environment.

Import the module into your DAG file and instantiate it with your desired params.

Parameters

sourcestrsource filename (type is detected by the extension, templated)
targetstrtarget filename (templated)
csv_delimiterstrCSV delimiter (default: ‘,’)
skip_rowsintNumber of input lines to skip (default: 0, templated)

Documentation

Convert Parquest, CSV, JSON, JSON Lines into XLSX

Read a Parquest, CSV, JSON, JSON Lines(one line per record) file and convert it into XLSX

Was this page helpful?