Exporting to CSV could preserve context

Our team uses exporting to csv extensively, but really wish that we not only could get all text to export as a CSV, but additionally could keep the context of the text.

We were imagining something along the lines of the format for the CSV having:

  • text: string
  • shape: (sticky|square|triangle…)
  • author: string
  • sections: [string, …]

Or possibly just an ordered list of the text where there was some closing tag for sections?

  • text: string
  • shape: (sticky|square|triangle|section|section-end)
  • author: string

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.