Examples of "special" tx types in csv-format

I am currently developing a tool that allows waves users to easily convert their waves-client-exported transaction-csv to a format that can be read by accounting/bookkeeping software like cointracking etc.

I already implemented:

  • deposits (including mass-receive)
  • withdrawals
  • DEX trades (buy & sell)
  • leasing (start & cancel)

Unfortunately, my own own waves account does not have any examples of the following transactions types:

  • mass send
  • token creation/reissuance/burn
  • data transfers
  • sponsored fee txs + subsequent deducts when users transaction with your token as a fee

Could someone provide me with (perhaps anonymized) examples of how these transaction types look in the exported csv file created by the official client?

Thank you very much!