added

Automatically skip Select Header Row pane

The Importer will skip the Select Header Row pane (second step) in the flow by automatically identifying the header row. The way we do so is:

  • We will look for the first row with a majority of non-empty fields.
  • We parse the headers of the potential header row and see if they match your template column names.

If both criteria are met, we will automatically skip the Select Header Row pane.