We are dealing with CSVs that have footers in them. When we have an empty file, the presence of this footer seems to impair the schema inferencing of AutoLoader, because of the footer.
I know where is a header = true parameter, but I don't see a footer parameter in documentation.
Has anyone found a good way to deal with the presence of a FOOTER in CSV files being detected by AutoLoader?