Skip to content

feat(importer): allow to control nullable columns (false by default)

Yohan Boniface requested to merge nullable into main

By default each null or empty column will be skipped.

To control this, one can add nullable: true in the column.

Edited by Yohan Boniface

Merge request reports