Are you receiving SNAP/EBT benefits? The Expensify.org/SNAP-VAX campaign is live and accepting new members. Learn more about receiving $50 for submitting a SNAP receipt and $50 for getting your COVID-19 vaccine here and join today!
CSV Export one column per tag

SophieM
Expensify Customer Posts: 1 Expensify Newcomer
Hey!
Is it possible to build a csv export format that shows one column per tag? I'm using multi level tags for each expense.
Cheers!!
Answers
-
Hi @sophieM, welcome! You can use the below formula to build an export that will have each level of tag have its own column. You can also find more formula in our Help Center here.
- {expense:tag:ntag-1} outputs the first tag the user chooses.
- {expense:tag:ntag-2} outputs the second tag the user chooses.
- {expense:tag:ntag-3} outputs the third tag the user chooses.
I hope that helps!