Download CSV forms without ip, user_agent, referrer, created_at

I did setup Netlify Forms in my Gatsby site and all forms are displaying correctly, so far so good. However, when I download the fields as CSV, suddenly a few fields are added next to the ones I entered myself in the form. These ones are ip, user_agent, referrer, created_at. Is there any way to easily filter those out for my client, or is the only way making API calls like described here: Get started with the Netlify API | Netlify Docs

Thanks in advance!

Hi Victor,

You are welcome to filter on your side as you download. We provide no functionality to change the shape of our export and don’t intend to since CSV’s are very easy to process programatically.

If you want to process automagically, you could send to a service like zapier where you can transform the data at submit time, instead of via our API.