Is there a way to specify custom headers for the fields in an object that's being cast? i.e. given a field called `amountDue`, I would like the header in the csv file to be `Amount Due`.
Is there a way to specify custom headers for the fields in an object that's being cast?
i.e. given a field called
amountDue, I would like the header in the csv file to beAmount Due.