What's the easiest way to export content from Umbraco? Doesn't have to be in a super-readable format.
Is there a package somewhere?
For a custom solution, I'd probably query the database directly and try to get one row per field per page. Not sure how blocklists would work.
For a code solution, I'd probably iterate over all pages and over all fields but this feels like it could be hard to get right...
Can uSync help with this somehow?
Or could the Translation Manager help with this somehow?