Empty Headers for Custom Export

I am trying to match a very specific export format required for another system where the headers are actually not specified.

Is there any way to delete and leave some of the headers blank or to just export the data in the table and exclude the headers altogether?

In my case, I have data in 11 columns but have to leave the headers for columns 2-11 blank.

Hey there! Unfortunately there’s no setting in our exports to selectively remove column names (headers). So you would need to either manually remove the headers post the export, or use a script to remove them.

You could use our Workbook Export API to trigger the export and run the script simultaneous to the resulting data being returned.

Another idea is to use webhook exports to an endpoint which could run the script there at the time of the export as well. AWS Lambda is an example endpoint service that could do that.

If you’d like to have a deeper consult/walkthrough of these solutions, please feel free to schedule an Office Hours with us via our in-app live chat interface:

2 Likes