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?


Report
All responses (
Answers (