Is there a way to export all text to csv or excel?

I’ve only been using unreal for a couple months, so bear with me. Our team is doing localization and the company we work with only works with spreadsheet-type files. I’ve already researched unreal’s localization capabilities, but a .po file is not what we need. Does anyone know if unreal has the ability to export all text to some kind of spreadsheet file? I’ve used other engines and they all could do this, so it seems like a pretty common feature.

Currently, there is no built in method to accomplish this.

However, the manifest and archive files follow a simple JSON-based format. It shouldn’t be prohibitively time consuming to iterate over the namespaces, keys, and source strings between the two files and create a CSV file based on it. If you have any difficulty in understanding the JSON format used, you may inquire further here.