The columns names to filter
Optional
checkNames: booleanWhether to map all invalid column names to top (undefined
)
Optional
noDupNames: booleanWhether to map all duplicate column names to top (undefined
)
Optional
noEmptyNames: booleanWhether to map all empty column names to top (undefined
)
The filtered column names
Maps all invalid, duplicate, or empty column names to top depending on the provided arguments.