
I set up a flow in which performs an SQL query in the database and save as CSV in FTP. Now I need to know how do I skip the header line.
I tried to use SKIP but, as I understand it, SKIP () is using with ARRAY to skip records, but the header is not a record, correct?
When creating the CSV file, by default, the INPUT header is returned. To remove the header, just choose CUSTOM and leave it blank.